| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AssociateTrustStoreResponse> |
WorkSpacesWebAsyncClient.associateTrustStore(Consumer<AssociateTrustStoreRequest.Builder> associateTrustStoreRequest)
Associates a trust store with a web portal.
|
default AssociateTrustStoreResponse |
WorkSpacesWebClient.associateTrustStore(Consumer<AssociateTrustStoreRequest.Builder> associateTrustStoreRequest)
Associates a trust store with a web portal.
|
| Modifier and Type | Method and Description |
|---|---|
static AssociateTrustStoreRequest.Builder |
AssociateTrustStoreRequest.builder() |
AssociateTrustStoreRequest.Builder |
AssociateTrustStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AssociateTrustStoreRequest.Builder |
AssociateTrustStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AssociateTrustStoreRequest.Builder |
AssociateTrustStoreRequest.Builder.portalArn(String portalArn)
The ARN of the web portal.
|
AssociateTrustStoreRequest.Builder |
AssociateTrustStoreRequest.toBuilder() |
AssociateTrustStoreRequest.Builder |
AssociateTrustStoreRequest.Builder.trustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AssociateTrustStoreRequest.Builder> |
AssociateTrustStoreRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.