Uses of Class
software.amazon.awssdk.services.kms.model.ConnectionErrorCodeType
-
Packages that use ConnectionErrorCodeType Package Description software.amazon.awssdk.services.kms.model -
-
Uses of ConnectionErrorCodeType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ConnectionErrorCodeType Modifier and Type Method Description ConnectionErrorCodeTypeCustomKeyStoresListEntry. connectionErrorCode()Describes the connection error.static ConnectionErrorCodeTypeConnectionErrorCodeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionErrorCodeTypeConnectionErrorCodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionErrorCodeType[]ConnectionErrorCodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ConnectionErrorCodeType Modifier and Type Method Description static Set<ConnectionErrorCodeType>ConnectionErrorCodeType. knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type ConnectionErrorCodeType Modifier and Type Method Description CustomKeyStoresListEntry.BuilderCustomKeyStoresListEntry.Builder. connectionErrorCode(ConnectionErrorCodeType connectionErrorCode)Describes the connection error.
-