Uses of Class
software.amazon.awssdk.services.workspacesweb.model.ListTrustStoresResponse
-
Packages that use ListTrustStoresResponse 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.paginators -
-
Uses of ListTrustStoresResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return ListTrustStoresResponse Modifier and Type Method Description default ListTrustStoresResponseWorkSpacesWebClient. listTrustStores(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest)Retrieves a list of trust stores.default ListTrustStoresResponseWorkSpacesWebClient. listTrustStores(ListTrustStoresRequest listTrustStoresRequest)Retrieves a list of trust stores.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type ListTrustStoresResponse Modifier and Type Method Description default CompletableFuture<ListTrustStoresResponse>WorkSpacesWebAsyncClient. listTrustStores(Consumer<ListTrustStoresRequest.Builder> listTrustStoresRequest)Retrieves a list of trust stores.default CompletableFuture<ListTrustStoresResponse>WorkSpacesWebAsyncClient. listTrustStores(ListTrustStoresRequest listTrustStoresRequest)Retrieves a list of trust stores. -
Uses of ListTrustStoresResponse in software.amazon.awssdk.services.workspacesweb.paginators
Methods in software.amazon.awssdk.services.workspacesweb.paginators that return types with arguments of type ListTrustStoresResponse Modifier and Type Method Description Iterator<ListTrustStoresResponse>ListTrustStoresIterable. iterator()Method parameters in software.amazon.awssdk.services.workspacesweb.paginators with type arguments of type ListTrustStoresResponse Modifier and Type Method Description voidListTrustStoresPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTrustStoresResponse> subscriber)
-