Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.ListDocumentsResult
Packages that use ListDocumentsResult
Package
Description
-
Uses of ListDocumentsResult in com.amazonaws.services.simplesystemsmanagement
Methods in com.amazonaws.services.simplesystemsmanagement that return ListDocumentsResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagement.listDocuments()
AbstractAWSSimpleSystemsManagement.listDocuments
(ListDocumentsRequest request) AWSSimpleSystemsManagement.listDocuments()
Simplified method form for invoking the ListDocuments operation.AWSSimpleSystemsManagement.listDocuments
(ListDocumentsRequest listDocumentsRequest) Describes one or more of your SSM documents.AWSSimpleSystemsManagementClient.listDocuments()
AWSSimpleSystemsManagementClient.listDocuments
(ListDocumentsRequest listDocumentsRequest) Describes one or more of your SSM documents.Methods in com.amazonaws.services.simplesystemsmanagement that return types with arguments of type ListDocumentsResultModifier and TypeMethodDescriptionAbstractAWSSimpleSystemsManagementAsync.listDocumentsAsync()
Simplified method form for invoking the ListDocuments operation.AbstractAWSSimpleSystemsManagementAsync.listDocumentsAsync
(AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) Simplified method form for invoking the ListDocuments operation with an AsyncHandler.AbstractAWSSimpleSystemsManagementAsync.listDocumentsAsync
(ListDocumentsRequest request) AbstractAWSSimpleSystemsManagementAsync.listDocumentsAsync
(ListDocumentsRequest request, AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) AWSSimpleSystemsManagementAsync.listDocumentsAsync()
Simplified method form for invoking the ListDocuments operation.AWSSimpleSystemsManagementAsync.listDocumentsAsync
(AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) Simplified method form for invoking the ListDocuments operation with an 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()
Simplified method form for invoking the ListDocuments operation.AWSSimpleSystemsManagementAsyncClient.listDocumentsAsync
(AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) Simplified method form for invoking the ListDocuments operation with an AsyncHandler.AWSSimpleSystemsManagementAsyncClient.listDocumentsAsync
(ListDocumentsRequest request) AWSSimpleSystemsManagementAsyncClient.listDocumentsAsync
(ListDocumentsRequest request, AsyncHandler<ListDocumentsRequest, ListDocumentsResult> asyncHandler) Method parameters in com.amazonaws.services.simplesystemsmanagement with type arguments of type ListDocumentsResultModifier 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 ListDocumentsResult in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return ListDocumentsResultModifier and TypeMethodDescriptionListDocumentsResult.clone()
ListDocumentsResult.withDocumentIdentifiers
(DocumentIdentifier... documentIdentifiers) The names of the SSM documents.ListDocumentsResult.withDocumentIdentifiers
(Collection<DocumentIdentifier> documentIdentifiers) The names of the SSM documents.ListDocumentsResult.withNextToken
(String nextToken) The token to use when requesting the next set of items.