Uses of Enum
com.amazonaws.services.databasemigrationservice.model.ReplicationEndpointTypeValue
Packages that use ReplicationEndpointTypeValue
-
Uses of ReplicationEndpointTypeValue in com.amazonaws.services.databasemigrationservice.model
Subclasses with type arguments of type ReplicationEndpointTypeValue in com.amazonaws.services.databasemigrationservice.modelMethods in com.amazonaws.services.databasemigrationservice.model that return ReplicationEndpointTypeValueModifier and TypeMethodDescriptionstatic ReplicationEndpointTypeValueUse this in place of valueOf.static ReplicationEndpointTypeValueReturns 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 TypeMethodDescriptionvoidCreateEndpointRequest.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.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.