Uses of Class
software.amazon.awssdk.services.workspacesweb.model.GetTrustStoreRequest
-
Packages that use GetTrustStoreRequest 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.transform -
-
Uses of GetTrustStoreRequest in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb with parameters of type GetTrustStoreRequest Modifier and Type Method Description default CompletableFuture<GetTrustStoreResponse>WorkSpacesWebAsyncClient. getTrustStore(GetTrustStoreRequest getTrustStoreRequest)Gets the trust store.default GetTrustStoreResponseWorkSpacesWebClient. getTrustStore(GetTrustStoreRequest getTrustStoreRequest)Gets the trust store. -
Uses of GetTrustStoreRequest in software.amazon.awssdk.services.workspacesweb.transform
Methods in software.amazon.awssdk.services.workspacesweb.transform with parameters of type GetTrustStoreRequest Modifier and Type Method Description SdkHttpFullRequestGetTrustStoreRequestMarshaller. marshall(GetTrustStoreRequest getTrustStoreRequest)
-