Uses of Class
software.amazon.awssdk.services.ssm.model.DocumentIdentifier
-
Packages that use DocumentIdentifier Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
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 DocumentIdentifier Modifier and Type Method Description List<DocumentIdentifier>ListDocumentsResponse. documentIdentifiers()The names of the SSM documents.Methods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentIdentifier Modifier and Type Method Description ListDocumentsResponse.BuilderListDocumentsResponse.Builder. documentIdentifiers(DocumentIdentifier... documentIdentifiers)The names of the SSM documents.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type DocumentIdentifier Modifier and Type Method Description ListDocumentsResponse.BuilderListDocumentsResponse.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 DocumentIdentifier Modifier and Type Method Description SdkIterable<DocumentIdentifier>ListDocumentsIterable. documentIdentifiers()Returns an iterable to iterate through the paginatedListDocumentsResponse.documentIdentifiers()member.SdkPublisher<DocumentIdentifier>ListDocumentsPublisher. documentIdentifiers()Returns a publisher that can be used to get a stream of data.
-