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