| 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<CreateTrustStoreResult> |
AmazonWorkSpacesWebAsyncClient.createTrustStoreAsync(CreateTrustStoreRequest request,
AsyncHandler<CreateTrustStoreRequest,CreateTrustStoreResult> asyncHandler) |
Future<CreateTrustStoreResult> |
AbstractAmazonWorkSpacesWebAsync.createTrustStoreAsync(CreateTrustStoreRequest request,
AsyncHandler<CreateTrustStoreRequest,CreateTrustStoreResult> asyncHandler) |
Future<CreateTrustStoreResult> |
AmazonWorkSpacesWebAsync.createTrustStoreAsync(CreateTrustStoreRequest createTrustStoreRequest,
AsyncHandler<CreateTrustStoreRequest,CreateTrustStoreResult> asyncHandler)
Creates a trust store that can be associated with a web portal.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTrustStoreRequest |
CreateTrustStoreRequest.clone() |
CreateTrustStoreRequest |
CreateTrustStoreRequest.withCertificateList(ByteBuffer... certificateList)
A list of CA certificates to be added to the trust store.
|
CreateTrustStoreRequest |
CreateTrustStoreRequest.withCertificateList(Collection<ByteBuffer> certificateList)
A list of CA certificates to be added to the trust store.
|
CreateTrustStoreRequest |
CreateTrustStoreRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateTrustStoreRequest |
CreateTrustStoreRequest.withTags(Collection<Tag> tags)
The tags to add to the trust store.
|
CreateTrustStoreRequest |
CreateTrustStoreRequest.withTags(Tag... tags)
The tags to add to the trust store.
|
Copyright © 2023. All rights reserved.