Uses of Interface
software.amazon.awssdk.services.workspacesweb.model.CreateTrustStoreRequest.Builder
-
Packages that use CreateTrustStoreRequest.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 CreateTrustStoreRequest.Builder in software.amazon.awssdk.services.workspacesweb
Method parameters in software.amazon.awssdk.services.workspacesweb with type arguments of type CreateTrustStoreRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateTrustStoreResponse>WorkSpacesWebAsyncClient. createTrustStore(Consumer<CreateTrustStoreRequest.Builder> createTrustStoreRequest)Creates a trust store that can be associated with a web portal.default CreateTrustStoreResponseWorkSpacesWebClient. createTrustStore(Consumer<CreateTrustStoreRequest.Builder> createTrustStoreRequest)Creates a trust store that can be associated with a web portal. -
Uses of CreateTrustStoreRequest.Builder in software.amazon.awssdk.services.workspacesweb.model
Methods in software.amazon.awssdk.services.workspacesweb.model that return CreateTrustStoreRequest.Builder Modifier and Type Method Description static CreateTrustStoreRequest.BuilderCreateTrustStoreRequest. builder()CreateTrustStoreRequest.BuilderCreateTrustStoreRequest.Builder. certificateList(Collection<SdkBytes> certificateList)A list of CA certificates to be added to the trust store.CreateTrustStoreRequest.BuilderCreateTrustStoreRequest.Builder. certificateList(SdkBytes... certificateList)A list of CA certificates to be added to the trust store.CreateTrustStoreRequest.BuilderCreateTrustStoreRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateTrustStoreRequest.BuilderCreateTrustStoreRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTrustStoreRequest.BuilderCreateTrustStoreRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTrustStoreRequest.BuilderCreateTrustStoreRequest.Builder. tags(Collection<Tag> tags)The tags to add to the trust store.CreateTrustStoreRequest.BuilderCreateTrustStoreRequest.Builder. tags(Consumer<Tag.Builder>... tags)The tags to add to the trust store.CreateTrustStoreRequest.BuilderCreateTrustStoreRequest.Builder. tags(Tag... tags)The tags to add to the trust store.CreateTrustStoreRequest.BuilderCreateTrustStoreRequest. toBuilder()Methods in software.amazon.awssdk.services.workspacesweb.model that return types with arguments of type CreateTrustStoreRequest.Builder Modifier and Type Method Description static Class<? extends CreateTrustStoreRequest.Builder>CreateTrustStoreRequest. serializableBuilderClass()
-