Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model | |
com.amazonaws.services.databasemigrationservice.model.transform |
Modifier and Type | Field and Description |
---|---|
private Endpoint |
ModifyEndpointResult.endpoint
The modified endpoint.
|
private Endpoint |
DeleteEndpointResult.endpoint
The endpoint that was deleted.
|
private Endpoint |
CreateEndpointResult.endpoint
The endpoint that was created.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Endpoint> |
DescribeEndpointsResult.endpoints
Endpoint description.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
ModifyEndpointResult.getEndpoint()
The modified endpoint.
|
Endpoint |
DeleteEndpointResult.getEndpoint()
The endpoint that was deleted.
|
Endpoint |
CreateEndpointResult.getEndpoint()
The endpoint that was created.
|
Endpoint |
Endpoint.withDatabaseName(java.lang.String databaseName)
The name of the database at the endpoint.
|
Endpoint |
Endpoint.withEndpointArn(java.lang.String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
Endpoint |
Endpoint.withEndpointIdentifier(java.lang.String endpointIdentifier)
The database endpoint identifier.
|
Endpoint |
Endpoint.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
Endpoint |
Endpoint.withEndpointType(java.lang.String endpointType)
The type of endpoint.
|
Endpoint |
Endpoint.withEngineName(java.lang.String engineName)
The database engine name.
|
Endpoint |
Endpoint.withExtraConnectionAttributes(java.lang.String extraConnectionAttributes)
Additional connection attributes used to connect to the endpoint.
|
Endpoint |
Endpoint.withKmsKeyId(java.lang.String kmsKeyId)
The KMS key identifier that will be used to encrypt the connection
parameters.
|
Endpoint |
Endpoint.withPort(java.lang.Integer port)
The port value used to access the endpoint.
|
Endpoint |
Endpoint.withServerName(java.lang.String serverName)
The name of the server at the endpoint.
|
Endpoint |
Endpoint.withStatus(java.lang.String status)
The status of the endpoint.
|
Endpoint |
Endpoint.withUsername(java.lang.String username)
The user name used to connect to the endpoint.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Endpoint> |
DescribeEndpointsResult.getEndpoints()
Endpoint description.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyEndpointResult.setEndpoint(Endpoint endpoint)
The modified endpoint.
|
void |
DeleteEndpointResult.setEndpoint(Endpoint endpoint)
The endpoint that was deleted.
|
void |
CreateEndpointResult.setEndpoint(Endpoint endpoint)
The endpoint that was created.
|
ModifyEndpointResult |
ModifyEndpointResult.withEndpoint(Endpoint endpoint)
The modified endpoint.
|
DeleteEndpointResult |
DeleteEndpointResult.withEndpoint(Endpoint endpoint)
The endpoint that was deleted.
|
CreateEndpointResult |
CreateEndpointResult.withEndpoint(Endpoint endpoint)
The endpoint that was created.
|
DescribeEndpointsResult |
DescribeEndpointsResult.withEndpoints(Endpoint... endpoints)
Endpoint description.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEndpointsResult.setEndpoints(java.util.Collection<Endpoint> endpoints)
Endpoint description.
|
DescribeEndpointsResult |
DescribeEndpointsResult.withEndpoints(java.util.Collection<Endpoint> endpoints)
Endpoint description.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
EndpointJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EndpointJsonMarshaller.marshall(Endpoint endpoint,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|