Uses of Class
software.amazon.awssdk.services.ssm.model.DocumentIdentifier
Packages that use DocumentIdentifier
Package
Description
-
Uses of DocumentIdentifier in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentIdentifierModifier and TypeMethodDescriptionfinal List<DocumentIdentifier>ListDocumentsResponse.documentIdentifiers()The names of the SSM documents.Methods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentIdentifierModifier and TypeMethodDescriptionListDocumentsResponse.Builder.documentIdentifiers(DocumentIdentifier... documentIdentifiers) The names of the SSM documents.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type DocumentIdentifierModifier and TypeMethodDescriptionListDocumentsResponse.Builder.documentIdentifiers(Collection<DocumentIdentifier> documentIdentifiers) The names of the SSM documents. -
Uses of DocumentIdentifier in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DocumentIdentifierModifier and TypeMethodDescriptionfinal SdkIterable<DocumentIdentifier>ListDocumentsIterable.documentIdentifiers()Returns an iterable to iterate through the paginatedListDocumentsResponse.documentIdentifiers()member.final SdkPublisher<DocumentIdentifier>ListDocumentsPublisher.documentIdentifiers()Returns a publisher that can be used to get a stream of data.