Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.ListDocumentsRequest
Packages that use ListDocumentsRequest
Package
Description
-
Uses of ListDocumentsRequest in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement with parameters of type ListDocumentsRequestModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagement.listDocuments
(ListDocumentsRequest request) AWSSimpleSystemsManagement.listDocuments
(ListDocumentsRequest listDocumentsRequest) Describes one or more of your SSM documents.AWSSimpleSystemsManagementClient.listDocuments
(ListDocumentsRequest listDocumentsRequest) Describes one or more of your SSM documents.AbstractAWSSimpleSystemsManagementAsync.listDocumentsAsync
(ListDocumentsRequest request) AbstractAWSSimpleSystemsManagementAsync.listDocumentsAsync
(ListDocumentsRequest request, AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) AWSSimpleSystemsManagementAsync.listDocumentsAsync
(ListDocumentsRequest listDocumentsRequest) Describes one or more of your SSM documents.AWSSimpleSystemsManagementAsync.listDocumentsAsync
(ListDocumentsRequest listDocumentsRequest, AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) Describes one or more of your SSM documents.AWSSimpleSystemsManagementAsyncClient.listDocumentsAsync
(ListDocumentsRequest request) AWSSimpleSystemsManagementAsyncClient.listDocumentsAsync
(ListDocumentsRequest request, AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type ListDocumentsRequestModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.listDocumentsAsync
(AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) Simplified method form for invoking the ListDocuments operation with an AsyncHandler.AbstractAWSSimpleSystemsManagementAsync.listDocumentsAsync
(ListDocumentsRequest request, AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) AWSSimpleSystemsManagementAsync.listDocumentsAsync
(AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) Simplified method form for invoking the ListDocuments operation with an AsyncHandler.AWSSimpleSystemsManagementAsync.listDocumentsAsync
(ListDocumentsRequest listDocumentsRequest, AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) Describes one or more of your SSM documents.AWSSimpleSystemsManagementAsyncClient.listDocumentsAsync
(AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) Simplified method form for invoking the ListDocuments operation with an AsyncHandler.AWSSimpleSystemsManagementAsyncClient.listDocumentsAsync
(ListDocumentsRequest request, AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) -
Uses of ListDocumentsRequest in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return ListDocumentsRequestModifier and TypeMethodDescriptionListDocumentsRequest.clone()
ListDocumentsRequest.withDocumentFilterList
(DocumentFilter... documentFilterList) One or more filters.ListDocumentsRequest.withDocumentFilterList
(Collection<DocumentFilter> documentFilterList) One or more filters.ListDocumentsRequest.withMaxResults
(Integer maxResults) The maximum number of items to return for this call.ListDocumentsRequest.withNextToken
(String nextToken) The token for the next set of items to return.