Uses of Interface
software.amazon.awssdk.services.sesv2.model.CreateTenantRequest.Builder
Packages that use CreateTenantRequest.Builder
Package
Description
-
Uses of CreateTenantRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type CreateTenantRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateTenantResponse>SesV2AsyncClient.createTenant(Consumer<CreateTenantRequest.Builder> createTenantRequest) Create a tenant.default CreateTenantResponseSesV2Client.createTenant(Consumer<CreateTenantRequest.Builder> createTenantRequest) Create a tenant. -
Uses of CreateTenantRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return CreateTenantRequest.BuilderModifier and TypeMethodDescriptionstatic CreateTenantRequest.BuilderCreateTenantRequest.builder()CreateTenantRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateTenantRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default CreateTenantRequest.BuilderCreateTenantRequest.Builder.suppressionAttributes(Consumer<TenantSuppressionAttributes.Builder> suppressionAttributes) An object that contains information about the suppression list preferences for the tenant.CreateTenantRequest.Builder.suppressionAttributes(TenantSuppressionAttributes suppressionAttributes) An object that contains information about the suppression list preferences for the tenant.CreateTenantRequest.Builder.tags(Collection<Tag> tags) An array of objects that define the tags (keys and values) to associate with the tenantCreateTenantRequest.Builder.tags(Consumer<Tag.Builder>... tags) An array of objects that define the tags (keys and values) to associate with the tenantAn array of objects that define the tags (keys and values) to associate with the tenantCreateTenantRequest.Builder.tenantName(String tenantName) The name of the tenant to create.CreateTenantRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type CreateTenantRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateTenantRequest.Builder>CreateTenantRequest.serializableBuilderClass()