Uses of Enum
software.amazon.awssdk.services.ssm.model.DocumentMetadataEnum
Packages that use DocumentMetadataEnum
-
Uses of DocumentMetadataEnum in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DocumentMetadataEnumModifier and TypeMethodDescriptionstatic DocumentMetadataEnumUse this in place of valueOf to convert the raw string returned by the service into the enum value.final DocumentMetadataEnumListDocumentMetadataHistoryRequest.metadata()The type of data for which details are being requested.static DocumentMetadataEnumReturns the enum constant of this type with the specified name.static DocumentMetadataEnum[]DocumentMetadataEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentMetadataEnumModifier and TypeMethodDescriptionstatic Set<DocumentMetadataEnum>DocumentMetadataEnum.knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentMetadataEnumModifier and TypeMethodDescriptionListDocumentMetadataHistoryRequest.Builder.metadata(DocumentMetadataEnum metadata) The type of data for which details are being requested.