Uses of Enum
com.amazonaws.auth.PEMObjectType
Packages that use PEMObjectType
-
Uses of PEMObjectType in com.amazonaws.auth
Subclasses with type arguments of type PEMObjectType in com.amazonaws.authModifier and TypeClassDescriptionenumThe type of a specific PEM object in a PEM file.Methods in com.amazonaws.auth that return PEMObjectTypeModifier and TypeMethodDescriptionstatic PEMObjectTypePEMObjectType.fromBeginMarker(String beginMarker) PEMObject.getPEMObjectType()static PEMObjectTypeReturns 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.