Package | Description |
---|---|
com.amazonaws.services.neptune.model |
Modifier and Type | Method and Description |
---|---|
DBClusterEndpoint |
DBClusterEndpoint.clone() |
DBClusterEndpoint |
DBClusterEndpoint.withCustomEndpointType(String customEndpointType)
The type associated with a custom endpoint.
|
DBClusterEndpoint |
DBClusterEndpoint.withDBClusterEndpointArn(String dBClusterEndpointArn)
The Amazon Resource Name (ARN) for the endpoint.
|
DBClusterEndpoint |
DBClusterEndpoint.withDBClusterEndpointIdentifier(String dBClusterEndpointIdentifier)
The identifier associated with the endpoint.
|
DBClusterEndpoint |
DBClusterEndpoint.withDBClusterEndpointResourceIdentifier(String dBClusterEndpointResourceIdentifier)
A unique system-generated identifier for an endpoint.
|
DBClusterEndpoint |
DBClusterEndpoint.withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier of the DB cluster associated with the endpoint.
|
DBClusterEndpoint |
DBClusterEndpoint.withEndpoint(String endpoint)
The DNS address of the endpoint.
|
DBClusterEndpoint |
DBClusterEndpoint.withEndpointType(String endpointType)
The type of the endpoint.
|
DBClusterEndpoint |
DBClusterEndpoint.withExcludedMembers(Collection<String> excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
DBClusterEndpoint |
DBClusterEndpoint.withExcludedMembers(String... excludedMembers)
List of DB instance identifiers that aren't part of the custom endpoint group.
|
DBClusterEndpoint |
DBClusterEndpoint.withStaticMembers(Collection<String> staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
DBClusterEndpoint |
DBClusterEndpoint.withStaticMembers(String... staticMembers)
List of DB instance identifiers that are part of the custom endpoint group.
|
DBClusterEndpoint |
DBClusterEndpoint.withStatus(String status)
The current status of the endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<DBClusterEndpoint> |
DescribeDBClusterEndpointsResult.getDBClusterEndpoints()
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
|
Modifier and Type | Method and Description |
---|---|
DescribeDBClusterEndpointsResult |
DescribeDBClusterEndpointsResult.withDBClusterEndpoints(DBClusterEndpoint... dBClusterEndpoints)
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeDBClusterEndpointsResult.setDBClusterEndpoints(Collection<DBClusterEndpoint> dBClusterEndpoints)
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
|
DescribeDBClusterEndpointsResult |
DescribeDBClusterEndpointsResult.withDBClusterEndpoints(Collection<DBClusterEndpoint> dBClusterEndpoints)
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
|
Copyright © 2023. All rights reserved.