Uses of Interface
software.amazon.awssdk.services.ssm.model.ListDocumentsRequest.Builder
-
Packages that use ListDocumentsRequest.Builder Package Description software.amazon.awssdk.services.ssm Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.software.amazon.awssdk.services.ssm.model -
-
Uses of ListDocumentsRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type ListDocumentsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDocumentsResponse>SsmAsyncClient. listDocuments(Consumer<ListDocumentsRequest.Builder> listDocumentsRequest)Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region.default ListDocumentsResponseSsmClient. listDocuments(Consumer<ListDocumentsRequest.Builder> listDocumentsRequest)Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region.default ListDocumentsPublisherSsmAsyncClient. listDocumentsPaginator(Consumer<ListDocumentsRequest.Builder> listDocumentsRequest)Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region.default ListDocumentsIterableSsmClient. listDocumentsPaginator(Consumer<ListDocumentsRequest.Builder> listDocumentsRequest)Returns all Systems Manager (SSM) documents in the current Amazon Web Services account and Amazon Web Services Region. -
Uses of ListDocumentsRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ListDocumentsRequest.Builder Modifier and Type Method Description static ListDocumentsRequest.BuilderListDocumentsRequest. builder()ListDocumentsRequest.BuilderListDocumentsRequest.Builder. documentFilterList(Collection<DocumentFilter> documentFilterList)This data type is deprecated.ListDocumentsRequest.BuilderListDocumentsRequest.Builder. documentFilterList(Consumer<DocumentFilter.Builder>... documentFilterList)This data type is deprecated.ListDocumentsRequest.BuilderListDocumentsRequest.Builder. documentFilterList(DocumentFilter... documentFilterList)This data type is deprecated.ListDocumentsRequest.BuilderListDocumentsRequest.Builder. filters(Collection<DocumentKeyValuesFilter> filters)One or moreDocumentKeyValuesFilterobjects.ListDocumentsRequest.BuilderListDocumentsRequest.Builder. filters(Consumer<DocumentKeyValuesFilter.Builder>... filters)One or moreDocumentKeyValuesFilterobjects.ListDocumentsRequest.BuilderListDocumentsRequest.Builder. filters(DocumentKeyValuesFilter... filters)One or moreDocumentKeyValuesFilterobjects.ListDocumentsRequest.BuilderListDocumentsRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this call.ListDocumentsRequest.BuilderListDocumentsRequest.Builder. nextToken(String nextToken)The token for the next set of items to return.ListDocumentsRequest.BuilderListDocumentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDocumentsRequest.BuilderListDocumentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDocumentsRequest.BuilderListDocumentsRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ListDocumentsRequest.Builder Modifier and Type Method Description static Class<? extends ListDocumentsRequest.Builder>ListDocumentsRequest. serializableBuilderClass()
-