Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.AssociateTrustStoreRequest.Builder
-
Packages that use AssociateTrustStoreRequest.Builder 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 -
-
Uses of AssociateTrustStoreRequest.Builder in software.amazon.awssdk.services.workspacesweb
Method parameters in software.amazon.awssdk.services.workspacesweb with type arguments of type AssociateTrustStoreRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateTrustStoreResponse>WorkSpacesWebAsyncClient. associateTrustStore(Consumer<AssociateTrustStoreRequest.Builder> associateTrustStoreRequest)Associates a trust store with a web portal.default AssociateTrustStoreResponseWorkSpacesWebClient. associateTrustStore(Consumer<AssociateTrustStoreRequest.Builder> associateTrustStoreRequest)Associates a trust store with a web portal. -
Uses of AssociateTrustStoreRequest.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return AssociateTrustStoreRequest.Builder Modifier and Type Method Description static AssociateTrustStoreRequest.BuilderAssociateTrustStoreRequest. builder()AssociateTrustStoreRequest.BuilderAssociateTrustStoreRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateTrustStoreRequest.BuilderAssociateTrustStoreRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateTrustStoreRequest.BuilderAssociateTrustStoreRequest.Builder. portalArn(String portalArn)The ARN of the web portal.AssociateTrustStoreRequest.BuilderAssociateTrustStoreRequest. toBuilder()AssociateTrustStoreRequest.BuilderAssociateTrustStoreRequest.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 AssociateTrustStoreRequest.Builder Modifier and Type Method Description static Class<? extends AssociateTrustStoreRequest.Builder>AssociateTrustStoreRequest. serializableBuilderClass()
-