| Package | Description |
|---|---|
| software.amazon.awssdk.services.workspacesweb.model |
| Modifier and Type | Method and Description |
|---|---|
TrustStore.Builder |
TrustStore.Builder.associatedPortalArns(Collection<String> associatedPortalArns)
A list of web portal ARNs that this trust store is associated with.
|
TrustStore.Builder |
TrustStore.Builder.associatedPortalArns(String... associatedPortalArns)
A list of web portal ARNs that this trust store is associated with.
|
static TrustStore.Builder |
TrustStore.builder() |
TrustStore.Builder |
TrustStore.toBuilder() |
TrustStore.Builder |
TrustStore.Builder.trustStoreArn(String trustStoreArn)
The ARN of the trust store.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrustStore.Builder> |
TrustStore.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetTrustStoreResponse.Builder |
GetTrustStoreResponse.Builder.trustStore(Consumer<TrustStore.Builder> trustStore)
The trust store.
|
Copyright © 2022. All rights reserved.