Uses of Class
com.amazonaws.services.databasemigrationservice.model.ReplicationEndpointTypeValue
-
Packages that use ReplicationEndpointTypeValue Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of ReplicationEndpointTypeValue in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return ReplicationEndpointTypeValue Modifier and Type Method 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.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type ReplicationEndpointTypeValue Modifier and Type Method Description void
CreateEndpointRequest. setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.void
Endpoint. setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.void
ModifyEndpointRequest. setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.void
SupportedEndpointType. setEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.CreateEndpointRequest
CreateEndpointRequest. withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.Endpoint
Endpoint. withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.ModifyEndpointRequest
ModifyEndpointRequest. withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.SupportedEndpointType
SupportedEndpointType. withEndpointType(ReplicationEndpointTypeValue endpointType)
The type of endpoint.
-