Uses of Enum
com.amazonaws.services.databasemigrationservice.model.ReplicationEndpointTypeValue
Packages that use ReplicationEndpointTypeValue
-
Uses of ReplicationEndpointTypeValue in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return ReplicationEndpointTypeValueModifier and TypeMethodDescriptionstatic ReplicationEndpointTypeValue
Use this in place of valueOf.static ReplicationEndpointTypeValue
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 ReplicationEndpointTypeValueModifier and TypeMethodDescriptionvoid
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.withEndpointType
(ReplicationEndpointTypeValue endpointType) The type of endpoint.Endpoint.withEndpointType
(ReplicationEndpointTypeValue endpointType) The type of endpoint.ModifyEndpointRequest.withEndpointType
(ReplicationEndpointTypeValue endpointType) The type of endpoint.SupportedEndpointType.withEndpointType
(ReplicationEndpointTypeValue endpointType) The type of endpoint.