Uses of Enum
software.amazon.awssdk.services.databasemigration.model.ReplicationEndpointTypeValue
Packages that use ReplicationEndpointTypeValue
-
Uses of ReplicationEndpointTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ReplicationEndpointTypeValueModifier and TypeMethodDescriptionCreateEndpointRequest.endpointType()The type of endpoint.Endpoint.endpointType()The type of endpoint.ModifyEndpointRequest.endpointType()The type of endpoint.SupportedEndpointType.endpointType()The type of endpoint.static ReplicationEndpointTypeValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ReplicationEndpointTypeValueModifier and TypeMethodDescriptionstatic Set<ReplicationEndpointTypeValue>ReplicationEndpointTypeValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ReplicationEndpointTypeValueModifier and TypeMethodDescriptionCreateEndpointRequest.Builder.endpointType(ReplicationEndpointTypeValue endpointType) The type of endpoint.Endpoint.Builder.endpointType(ReplicationEndpointTypeValue endpointType) The type of endpoint.ModifyEndpointRequest.Builder.endpointType(ReplicationEndpointTypeValue endpointType) The type of endpoint.SupportedEndpointType.Builder.endpointType(ReplicationEndpointTypeValue endpointType) The type of endpoint.