| Package | Description |
|---|---|
| com.amazonaws.services.workspacesweb |
WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate secure, web-based workloads.
|
| com.amazonaws.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateTrustStoreResult> |
AmazonWorkSpacesWebAsyncClient.updateTrustStoreAsync(UpdateTrustStoreRequest request,
AsyncHandler<UpdateTrustStoreRequest,UpdateTrustStoreResult> asyncHandler) |
Future<UpdateTrustStoreResult> |
AbstractAmazonWorkSpacesWebAsync.updateTrustStoreAsync(UpdateTrustStoreRequest request,
AsyncHandler<UpdateTrustStoreRequest,UpdateTrustStoreResult> asyncHandler) |
Future<UpdateTrustStoreResult> |
AmazonWorkSpacesWebAsync.updateTrustStoreAsync(UpdateTrustStoreRequest updateTrustStoreRequest,
AsyncHandler<UpdateTrustStoreRequest,UpdateTrustStoreResult> asyncHandler)
Updates the trust store.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTrustStoreRequest |
UpdateTrustStoreRequest.clone() |
UpdateTrustStoreRequest |
UpdateTrustStoreRequest.withCertificatesToAdd(ByteBuffer... certificatesToAdd)
A list of CA certificates to add to the trust store.
|
UpdateTrustStoreRequest |
UpdateTrustStoreRequest.withCertificatesToAdd(Collection<ByteBuffer> certificatesToAdd)
A list of CA certificates to add to the trust store.
|
UpdateTrustStoreRequest |
UpdateTrustStoreRequest.withCertificatesToDelete(Collection<String> certificatesToDelete)
A list of CA certificates to delete from a trust store.
|
UpdateTrustStoreRequest |
UpdateTrustStoreRequest.withCertificatesToDelete(String... certificatesToDelete)
A list of CA certificates to delete from a trust store.
|
UpdateTrustStoreRequest |
UpdateTrustStoreRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateTrustStoreRequest |
UpdateTrustStoreRequest.withTrustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
Copyright © 2023. All rights reserved.