Uses of Enum
software.amazon.awssdk.services.kms.model.ConnectionErrorCodeType
Packages that use ConnectionErrorCodeType
-
Uses of ConnectionErrorCodeType in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ConnectionErrorCodeTypeModifier and TypeMethodDescriptionfinal ConnectionErrorCodeTypeCustomKeyStoresListEntry.connectionErrorCode()Describes the connection error.static ConnectionErrorCodeTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionErrorCodeTypeReturns 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 ConnectionErrorCodeTypeModifier and TypeMethodDescriptionstatic Set<ConnectionErrorCodeType>ConnectionErrorCodeType.knownValues()Methods in software.amazon.awssdk.services.kms.model with parameters of type ConnectionErrorCodeTypeModifier and TypeMethodDescriptionCustomKeyStoresListEntry.Builder.connectionErrorCode(ConnectionErrorCodeType connectionErrorCode) Describes the connection error.