Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and Description |
---|---|
static ReplicationEndpointTypeValue |
ReplicationEndpointTypeValue.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
SupportedEndpointType.setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
void |
ModifyEndpointRequest.setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
void |
Endpoint.setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
void |
CreateEndpointRequest.setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
SupportedEndpointType |
SupportedEndpointType.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
ModifyEndpointRequest |
ModifyEndpointRequest.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
Endpoint |
Endpoint.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
|
Copyright © 2018. All rights reserved.