Package | Description |
---|---|
com.amazonaws.services.neptune |
|
com.amazonaws.services.neptune.model |
Modifier and Type | Method and Description |
---|---|
CreateDBClusterEndpointResult |
AmazonNeptune.createDBClusterEndpoint(CreateDBClusterEndpointRequest createDBClusterEndpointRequest)
Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.
|
CreateDBClusterEndpointResult |
AmazonNeptuneClient.createDBClusterEndpoint(CreateDBClusterEndpointRequest request)
Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.
|
CreateDBClusterEndpointResult |
AbstractAmazonNeptune.createDBClusterEndpoint(CreateDBClusterEndpointRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<CreateDBClusterEndpointResult> |
AmazonNeptuneAsync.createDBClusterEndpointAsync(CreateDBClusterEndpointRequest createDBClusterEndpointRequest,
AsyncHandler<CreateDBClusterEndpointRequest,CreateDBClusterEndpointResult> asyncHandler)
Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.
|
Future<CreateDBClusterEndpointResult> |
AmazonNeptuneAsyncClient.createDBClusterEndpointAsync(CreateDBClusterEndpointRequest request,
AsyncHandler<CreateDBClusterEndpointRequest,CreateDBClusterEndpointResult> asyncHandler) |
Future<CreateDBClusterEndpointResult> |
AbstractAmazonNeptuneAsync.createDBClusterEndpointAsync(CreateDBClusterEndpointRequest request,
AsyncHandler<CreateDBClusterEndpointRequest,CreateDBClusterEndpointResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.clone() |
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withCustomEndpointType(String customEndpointType)
The type associated with a custom endpoint.
|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withDBClusterEndpointArn(String dBClusterEndpointArn)
The Amazon Resource Name (ARN) for the endpoint.
|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier associated with the endpoint.
|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withDBClusterEndpointResourceIdentifier(String dBClusterEndpointResourceIdentifier)
A unique system-generated identifier for an endpoint.
|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint.
|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withEndpoint(String endpoint)
The DNS address of the endpoint.
|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withEndpointType(String endpointType)
The type of the endpoint.
|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withExcludedMembers(Collection<String> excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withExcludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withStaticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withStaticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
CreateDBClusterEndpointResult |
CreateDBClusterEndpointResult.withStatus(String status)
The current status of the endpoint.
|
Copyright © 2020. All rights reserved.