Uses of Class
software.amazon.awssdk.services.workspacesweb.model.ListTrustStoresRequest
-
Packages that use ListTrustStoresRequest 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 software.amazon.awssdk.services.workspacesweb.transform -
-
Uses of ListTrustStoresRequest in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb with parameters of type ListTrustStoresRequest Modifier and Type Method Description default CompletableFuture<ListTrustStoresResponse>WorkSpacesWebAsyncClient. listTrustStores(ListTrustStoresRequest listTrustStoresRequest)Retrieves a list of trust stores.default ListTrustStoresResponseWorkSpacesWebClient. listTrustStores(ListTrustStoresRequest listTrustStoresRequest)Retrieves a list of trust stores.default ListTrustStoresPublisherWorkSpacesWebAsyncClient. listTrustStoresPaginator(ListTrustStoresRequest listTrustStoresRequest)Retrieves a list of trust stores.default ListTrustStoresIterableWorkSpacesWebClient. listTrustStoresPaginator(ListTrustStoresRequest listTrustStoresRequest)Retrieves a list of trust stores. -
Uses of ListTrustStoresRequest in software.amazon.awssdk.services.workspacesweb.paginators
Constructors in software.amazon.awssdk.services.workspacesweb.paginators with parameters of type ListTrustStoresRequest Constructor Description ListTrustStoresIterable(WorkSpacesWebClient client, ListTrustStoresRequest firstRequest)ListTrustStoresPublisher(WorkSpacesWebAsyncClient client, ListTrustStoresRequest firstRequest) -
Uses of ListTrustStoresRequest in software.amazon.awssdk.services.workspacesweb.transform
Methods in software.amazon.awssdk.services.workspacesweb.transform with parameters of type ListTrustStoresRequest Modifier and Type Method Description SdkHttpFullRequestListTrustStoresRequestMarshaller. marshall(ListTrustStoresRequest listTrustStoresRequest)
-