Uses of Class
software.amazon.awssdk.services.cloudfront.internal.auth.PemObjectType
-
Packages that use PemObjectType Package Description software.amazon.awssdk.services.cloudfront.internal.auth -
-
Uses of PemObjectType in software.amazon.awssdk.services.cloudfront.internal.auth
Methods in software.amazon.awssdk.services.cloudfront.internal.auth that return PemObjectType Modifier and Type Method Description static PemObjectTypePemObjectType. fromBeginMarker(String beginMarker)PemObjectTypePemObject. getPemObjectType()static PemObjectTypePemObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static PemObjectType[]PemObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-