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 PEMObjectType
PEMObjectType. fromBeginMarker(String beginMarker)
PEMObjectType
PEMObject. getPEMObjectType()
static PEMObjectType
PEMObjectType. 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.
-