Uses of Class
software.amazon.awssdk.services.databasemigration.model.EndpointSettingTypeValue
-
Packages that use EndpointSettingTypeValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of EndpointSettingTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return EndpointSettingTypeValue Modifier and Type Method Description static EndpointSettingTypeValueEndpointSettingTypeValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.EndpointSettingTypeValueEndpointSetting. type()The type of endpoint.static EndpointSettingTypeValueEndpointSettingTypeValue. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointSettingTypeValue[]EndpointSettingTypeValue. 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 EndpointSettingTypeValue Modifier and Type Method Description static Set<EndpointSettingTypeValue>EndpointSettingTypeValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type EndpointSettingTypeValue Modifier and Type Method Description EndpointSetting.BuilderEndpointSetting.Builder. type(EndpointSettingTypeValue type)The type of endpoint.
-