Uses of Class
software.amazon.awssdk.services.workspacesweb.model.DeleteTrustStoreRequest
-
Packages that use DeleteTrustStoreRequest 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 DeleteTrustStoreRequest in software.amazon.awssdk.services.workspacesweb
Methods in software.amazon.awssdk.services.workspacesweb with parameters of type DeleteTrustStoreRequest Modifier and Type Method Description default CompletableFuture<DeleteTrustStoreResponse>WorkSpacesWebAsyncClient. deleteTrustStore(DeleteTrustStoreRequest deleteTrustStoreRequest)Deletes the trust store.default DeleteTrustStoreResponseWorkSpacesWebClient. deleteTrustStore(DeleteTrustStoreRequest deleteTrustStoreRequest)Deletes the trust store. -
Uses of DeleteTrustStoreRequest in software.amazon.awssdk.services.workspacesweb.transform
Methods in software.amazon.awssdk.services.workspacesweb.transform with parameters of type DeleteTrustStoreRequest Modifier and Type Method Description SdkHttpFullRequestDeleteTrustStoreRequestMarshaller. marshall(DeleteTrustStoreRequest deleteTrustStoreRequest)
-