Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.TrustStore.Builder
-
Packages that use TrustStore.Builder Package Description software.amazon.awssdk.services.workspacesweb.model -
-
Uses of TrustStore.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return TrustStore.Builder Modifier and Type Method Description TrustStore.BuilderTrustStore.Builder. associatedPortalArns(String... associatedPortalArns)A list of web portal ARNs that this trust store is associated with.TrustStore.BuilderTrustStore.Builder. associatedPortalArns(Collection<String> associatedPortalArns)A list of web portal ARNs that this trust store is associated with.static TrustStore.BuilderTrustStore. builder()TrustStore.BuilderTrustStore. toBuilder()TrustStore.BuilderTrustStore.Builder. trustStoreArn(String trustStoreArn)The ARN of the trust store.Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type TrustStore.Builder Modifier and Type Method Description static Class<? extends TrustStore.Builder>TrustStore. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workspacesweb.model with type arguments of type TrustStore.Builder Modifier and Type Method Description default GetTrustStoreResponse.BuilderGetTrustStoreResponse.Builder. trustStore(Consumer<TrustStore.Builder> trustStore)The trust store.
-