Uses of Enum
software.amazon.awssdk.services.databasemigration.model.EndpointSettingTypeValue
Packages that use EndpointSettingTypeValue
-
Uses of EndpointSettingTypeValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return EndpointSettingTypeValueModifier and TypeMethodDescriptionstatic EndpointSettingTypeValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final EndpointSettingTypeValueEndpointSetting.type()The type of endpoint.static EndpointSettingTypeValueReturns 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 EndpointSettingTypeValueModifier and TypeMethodDescriptionstatic Set<EndpointSettingTypeValue>EndpointSettingTypeValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type EndpointSettingTypeValueModifier and TypeMethodDescriptionEndpointSetting.Builder.type(EndpointSettingTypeValue type) The type of endpoint.