Package | Description |
---|---|
com.amazonaws.services.rds |
|
com.amazonaws.services.rds.model |
Modifier and Type | Method and Description |
---|---|
ModifyDBClusterEndpointResult |
AmazonRDSClient.modifyDBClusterEndpoint(ModifyDBClusterEndpointRequest request)
Modifies the properties of an endpoint in an Amazon Aurora DB cluster.
|
ModifyDBClusterEndpointResult |
AbstractAmazonRDS.modifyDBClusterEndpoint(ModifyDBClusterEndpointRequest request) |
ModifyDBClusterEndpointResult |
AmazonRDS.modifyDBClusterEndpoint(ModifyDBClusterEndpointRequest modifyDBClusterEndpointRequest)
Modifies the properties of an endpoint in an Amazon Aurora DB cluster.
|
Modifier and Type | Method and Description |
---|---|
Future<ModifyDBClusterEndpointResult> |
AmazonRDSAsyncClient.modifyDBClusterEndpointAsync(ModifyDBClusterEndpointRequest request,
AsyncHandler<ModifyDBClusterEndpointRequest,ModifyDBClusterEndpointResult> asyncHandler) |
Future<ModifyDBClusterEndpointResult> |
AbstractAmazonRDSAsync.modifyDBClusterEndpointAsync(ModifyDBClusterEndpointRequest request,
AsyncHandler<ModifyDBClusterEndpointRequest,ModifyDBClusterEndpointResult> asyncHandler) |
Future<ModifyDBClusterEndpointResult> |
AmazonRDSAsync.modifyDBClusterEndpointAsync(ModifyDBClusterEndpointRequest modifyDBClusterEndpointRequest,
AsyncHandler<ModifyDBClusterEndpointRequest,ModifyDBClusterEndpointResult> asyncHandler)
Modifies the properties of an endpoint in an Amazon Aurora DB cluster.
|
Modifier and Type | Method and Description |
---|---|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.clone() |
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withCustomEndpointType(String customEndpointType)
The type associated with a custom endpoint.
|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withDBClusterEndpointArn(String dBClusterEndpointArn)
The Amazon Resource Name (ARN) for the endpoint.
|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier associated with the endpoint.
|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withDBClusterEndpointResourceIdentifier(String dBClusterEndpointResourceIdentifier)
A unique system-generated identifier for an endpoint.
|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint.
|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withEndpoint(String endpoint)
The DNS address of the endpoint.
|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withEndpointType(String endpointType)
The type of the endpoint.
|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withExcludedMembers(Collection<String> excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withExcludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withStaticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withStaticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
ModifyDBClusterEndpointResult |
ModifyDBClusterEndpointResult.withStatus(String status)
The current status of the endpoint.
|
Copyright © 2023. All rights reserved.