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 ReplicationEndpointTypeValueReplicationEndpointTypeValue. fromValue(String value)Use this in place of valueOf.static ReplicationEndpointTypeValueReplicationEndpointTypeValue. 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 voidCreateEndpointRequest. setEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.voidEndpoint. setEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.voidModifyEndpointRequest. setEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.voidSupportedEndpointType. setEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.CreateEndpointRequestCreateEndpointRequest. withEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.EndpointEndpoint. withEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.ModifyEndpointRequestModifyEndpointRequest. withEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.SupportedEndpointTypeSupportedEndpointType. withEndpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.
-