| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationEndpointTypeValue |
CreateEndpointRequest.endpointType()
The type of endpoint.
|
ReplicationEndpointTypeValue |
SupportedEndpointType.endpointType()
The type of endpoint.
|
ReplicationEndpointTypeValue |
ModifyEndpointRequest.endpointType()
The type of endpoint.
|
ReplicationEndpointTypeValue |
Endpoint.endpointType()
The type of endpoint.
|
static ReplicationEndpointTypeValue |
ReplicationEndpointTypeValue.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ReplicationEndpointTypeValue |
ReplicationEndpointTypeValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicationEndpointTypeValue[] |
ReplicationEndpointTypeValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ReplicationEndpointTypeValue> |
ReplicationEndpointTypeValue.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
SupportedEndpointType.Builder |
SupportedEndpointType.Builder.endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
ModifyEndpointRequest.Builder |
ModifyEndpointRequest.Builder.endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
Endpoint.Builder |
Endpoint.Builder.endpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
Copyright © 2023. All rights reserved.