Uses of Class
software.amazon.awssdk.services.databasemigration.model.ReplicationEndpointTypeValue
-
Packages that use ReplicationEndpointTypeValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of ReplicationEndpointTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationEndpointTypeValue Modifier and Type Method Description ReplicationEndpointTypeValueCreateEndpointRequest. endpointType()The type of endpoint.ReplicationEndpointTypeValueEndpoint. endpointType()The type of endpoint.ReplicationEndpointTypeValueModifyEndpointRequest. endpointType()The type of endpoint.ReplicationEndpointTypeValueSupportedEndpointType. endpointType()The type of endpoint.static ReplicationEndpointTypeValueReplicationEndpointTypeValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReplicationEndpointTypeValue Modifier and Type Method Description static Set<ReplicationEndpointTypeValue>ReplicationEndpointTypeValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReplicationEndpointTypeValue Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. endpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.Endpoint.BuilderEndpoint.Builder. endpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder. endpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.SupportedEndpointType.BuilderSupportedEndpointType.Builder. endpointType(ReplicationEndpointTypeValue endpointType)The type of endpoint.
-