Package | Description |
---|---|
com.amazonaws.services.neptune |
|
com.amazonaws.services.neptune.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateDBClusterEndpointResult> |
AmazonNeptuneAsyncClient.createDBClusterEndpointAsync(CreateDBClusterEndpointRequest request,
AsyncHandler<CreateDBClusterEndpointRequest,CreateDBClusterEndpointResult> asyncHandler) |
Future<CreateDBClusterEndpointResult> |
AbstractAmazonNeptuneAsync.createDBClusterEndpointAsync(CreateDBClusterEndpointRequest request,
AsyncHandler<CreateDBClusterEndpointRequest,CreateDBClusterEndpointResult> asyncHandler) |
Future<CreateDBClusterEndpointResult> |
AmazonNeptuneAsync.createDBClusterEndpointAsync(CreateDBClusterEndpointRequest createDBClusterEndpointRequest,
AsyncHandler<CreateDBClusterEndpointRequest,CreateDBClusterEndpointResult> asyncHandler)
Creates a new custom endpoint and associates it with an Amazon Neptune DB cluster.
|
Modifier and Type | Method and Description |
---|---|
CreateDBClusterEndpointRequest |
CreateDBClusterEndpointRequest.clone() |
CreateDBClusterEndpointRequest |
CreateDBClusterEndpointRequest.withDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier to use for the new endpoint.
|
CreateDBClusterEndpointRequest |
CreateDBClusterEndpointRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint.
|
CreateDBClusterEndpointRequest |
CreateDBClusterEndpointRequest.withEndpointType(String endpointType)
The type of the endpoint.
|
CreateDBClusterEndpointRequest |
CreateDBClusterEndpointRequest.withExcludedMembers(Collection<String> excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
CreateDBClusterEndpointRequest |
CreateDBClusterEndpointRequest.withExcludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
CreateDBClusterEndpointRequest |
CreateDBClusterEndpointRequest.withStaticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
CreateDBClusterEndpointRequest |
CreateDBClusterEndpointRequest.withStaticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
CreateDBClusterEndpointRequest |
CreateDBClusterEndpointRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the Amazon Neptune resource.
|
CreateDBClusterEndpointRequest |
CreateDBClusterEndpointRequest.withTags(Tag... tags)
The tags to be assigned to the Amazon Neptune resource.
|
Copyright © 2024. All rights reserved.