Uses of Class
software.amazon.awssdk.services.iam.model.EncodingType
-
Packages that use EncodingType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of EncodingType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return EncodingType Modifier and Type Method Description EncodingTypeGetSshPublicKeyRequest. encoding()Specifies the public key encoding format to use in the response.static EncodingTypeEncodingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncodingTypeEncodingType. valueOf(String name)Returns the enum constant of this type with the specified name.static EncodingType[]EncodingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type EncodingType Modifier and Type Method Description static Set<EncodingType>EncodingType. knownValues()Methods in software.amazon.awssdk.services.iam.model with parameters of type EncodingType Modifier and Type Method Description GetSshPublicKeyRequest.BuilderGetSshPublicKeyRequest.Builder. encoding(EncodingType encoding)Specifies the public key encoding format to use in the response.
-