Uses of Class
com.amazonaws.auth.PEMObjectType
-
Packages that use PEMObjectType Package Description com.amazonaws.auth -
-
Uses of PEMObjectType in com.amazonaws.auth
Methods in com.amazonaws.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.
-