Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyDBClusterEndpointResult> |
AmazonRDSAsync.modifyDBClusterEndpointAsync(ModifyDBClusterEndpointRequest modifyDBClusterEndpointRequest,
AsyncHandler<ModifyDBClusterEndpointRequest,ModifyDBClusterEndpointResult> asyncHandler)
Modifies the properties of an endpoint in an Amazon Aurora DB cluster.
|
Future<ModifyDBClusterEndpointResult> |
AbstractAmazonRDSAsync.modifyDBClusterEndpointAsync(ModifyDBClusterEndpointRequest request,
AsyncHandler<ModifyDBClusterEndpointRequest,ModifyDBClusterEndpointResult> asyncHandler) |
Future<ModifyDBClusterEndpointResult> |
AmazonRDSAsyncClient.modifyDBClusterEndpointAsync(ModifyDBClusterEndpointRequest request,
AsyncHandler<ModifyDBClusterEndpointRequest,ModifyDBClusterEndpointResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyDBClusterEndpointRequest |
ModifyDBClusterEndpointRequest.clone() |
ModifyDBClusterEndpointRequest |
ModifyDBClusterEndpointRequest.withDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier of the endpoint to modify.
|
ModifyDBClusterEndpointRequest |
ModifyDBClusterEndpointRequest.withEndpointType(String endpointType)
The type of the endpoint.
|
ModifyDBClusterEndpointRequest |
ModifyDBClusterEndpointRequest.withExcludedMembers(Collection<String> excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
ModifyDBClusterEndpointRequest |
ModifyDBClusterEndpointRequest.withExcludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
ModifyDBClusterEndpointRequest |
ModifyDBClusterEndpointRequest.withStaticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
ModifyDBClusterEndpointRequest |
ModifyDBClusterEndpointRequest.withStaticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
Copyright © 2021. All rights reserved.