Uses of Class
software.amazon.awssdk.services.workspacesweb.model.ListTrustStoreCertificatesResponse
-
Packages that use ListTrustStoreCertificatesResponse 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 ListTrustStoreCertificatesResponse in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb that return ListTrustStoreCertificatesResponse Modifier and Type Method Description default ListTrustStoreCertificatesResponseWorkSpacesWebClient. listTrustStoreCertificates(Consumer<ListTrustStoreCertificatesRequest.Builder> listTrustStoreCertificatesRequest)Retrieves a list of trust store certificates.default ListTrustStoreCertificatesResponseWorkSpacesWebClient. listTrustStoreCertificates(ListTrustStoreCertificatesRequest listTrustStoreCertificatesRequest)Retrieves a list of trust store certificates.Methods in software.amazon.awssdk.services.workspacesweb that return types with arguments of type ListTrustStoreCertificatesResponse Modifier and Type Method Description default CompletableFuture<ListTrustStoreCertificatesResponse>WorkSpacesWebAsyncClient. listTrustStoreCertificates(Consumer<ListTrustStoreCertificatesRequest.Builder> listTrustStoreCertificatesRequest)Retrieves a list of trust store certificates.default CompletableFuture<ListTrustStoreCertificatesResponse>WorkSpacesWebAsyncClient. listTrustStoreCertificates(ListTrustStoreCertificatesRequest listTrustStoreCertificatesRequest)Retrieves a list of trust store certificates. -
Uses of ListTrustStoreCertificatesResponse in software.amazon.awssdk.services.workspacesweb.paginators
Methods in software.amazon.awssdk.services.workspacesweb.paginators that return types with arguments of type ListTrustStoreCertificatesResponse Modifier and Type Method Description Iterator<ListTrustStoreCertificatesResponse>ListTrustStoreCertificatesIterable. iterator()Method parameters in software.amazon.awssdk.services.workspacesweb.paginators with type arguments of type ListTrustStoreCertificatesResponse Modifier and Type Method Description voidListTrustStoreCertificatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTrustStoreCertificatesResponse> subscriber)
-