Uses of Class
software.amazon.awssdk.services.workspacesweb.model.AssociateTrustStoreRequest
-
Packages that use AssociateTrustStoreRequest Package Description software.amazon.awssdk.services.workspacesweb Amazon WorkSpaces Secure Browser is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.software.amazon.awssdk.services.workspacesweb.transform -
-
Uses of AssociateTrustStoreRequest in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb with parameters of type AssociateTrustStoreRequest Modifier and Type Method Description default CompletableFuture<AssociateTrustStoreResponse>WorkSpacesWebAsyncClient. associateTrustStore(AssociateTrustStoreRequest associateTrustStoreRequest)Associates a trust store with a web portal.default AssociateTrustStoreResponseWorkSpacesWebClient. associateTrustStore(AssociateTrustStoreRequest associateTrustStoreRequest)Associates a trust store with a web portal. -
Uses of AssociateTrustStoreRequest in software.amazon.awssdk.services.workspacesweb.transform
Methods in software.amazon.awssdk.services.workspacesweb.transform with parameters of type AssociateTrustStoreRequest Modifier and Type Method Description SdkHttpFullRequestAssociateTrustStoreRequestMarshaller. marshall(AssociateTrustStoreRequest associateTrustStoreRequest)
-