Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.DisassociateTrustStoreRequest.Builder
-
Packages that use DisassociateTrustStoreRequest.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 DisassociateTrustStoreRequest.Builder in software.amazon.awssdk.services.workspacesweb
Method parameters in software.amazon.awssdk.services.workspacesweb with type arguments of type DisassociateTrustStoreRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateTrustStoreResponse>WorkSpacesWebAsyncClient. disassociateTrustStore(Consumer<DisassociateTrustStoreRequest.Builder> disassociateTrustStoreRequest)Disassociates a trust store from a web portal.default DisassociateTrustStoreResponseWorkSpacesWebClient. disassociateTrustStore(Consumer<DisassociateTrustStoreRequest.Builder> disassociateTrustStoreRequest)Disassociates a trust store from a web portal. -
Uses of DisassociateTrustStoreRequest.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return DisassociateTrustStoreRequest.Builder Modifier and Type Method Description static DisassociateTrustStoreRequest.BuilderDisassociateTrustStoreRequest. builder()DisassociateTrustStoreRequest.BuilderDisassociateTrustStoreRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateTrustStoreRequest.BuilderDisassociateTrustStoreRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateTrustStoreRequest.BuilderDisassociateTrustStoreRequest.Builder. portalArn(String portalArn)The ARN of the web portal.DisassociateTrustStoreRequest.BuilderDisassociateTrustStoreRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type DisassociateTrustStoreRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateTrustStoreRequest.Builder>DisassociateTrustStoreRequest. serializableBuilderClass()
-