Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.ListTrustStoresRequest.Builder
-
Packages that use ListTrustStoresRequest.Builder Package Description software.amazon.awssdk.services.workspacesweb WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.software.amazon.awssdk.services.workspacesweb.model -
-
Uses of ListTrustStoresRequest.Builder in software.amazon.awssdk.services.workspacesweb
Method parameters in software.amazon.awssdk.services.workspacesweb with type arguments of type ListTrustStoresRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTrustStoresResponse>WorkSpacesWebAsyncClient. listTrustStores(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest)Retrieves a list of trust stores.default ListTrustStoresResponseWorkSpacesWebClient. listTrustStores(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest)Retrieves a list of trust stores.default ListTrustStoresPublisherWorkSpacesWebAsyncClient. listTrustStoresPaginator(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest)Retrieves a list of trust stores.default ListTrustStoresIterableWorkSpacesWebClient. listTrustStoresPaginator(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest)Retrieves a list of trust stores. -
Uses of ListTrustStoresRequest.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return ListTrustStoresRequest.Builder Modifier and Type Method Description static ListTrustStoresRequest.BuilderListTrustStoresRequest. builder()ListTrustStoresRequest.BuilderListTrustStoresRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be included in the next page.ListTrustStoresRequest.BuilderListTrustStoresRequest.Builder. nextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.ListTrustStoresRequest.BuilderListTrustStoresRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTrustStoresRequest.BuilderListTrustStoresRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTrustStoresRequest.BuilderListTrustStoresRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type ListTrustStoresRequest.Builder Modifier and Type Method Description static Class<? extends ListTrustStoresRequest.Builder>ListTrustStoresRequest. serializableBuilderClass()
-