Uses of Interface
software.amazon.awssdk.services.sesv2.model.CreateTenantResourceAssociationRequest.Builder
Packages that use CreateTenantResourceAssociationRequest.Builder
Package
Description
-
Uses of CreateTenantResourceAssociationRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type CreateTenantResourceAssociationRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.createTenantResourceAssociation(Consumer<CreateTenantResourceAssociationRequest.Builder> createTenantResourceAssociationRequest) Associate a resource with a tenant.SesV2Client.createTenantResourceAssociation(Consumer<CreateTenantResourceAssociationRequest.Builder> createTenantResourceAssociationRequest) Associate a resource with a tenant. -
Uses of CreateTenantResourceAssociationRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return CreateTenantResourceAssociationRequest.BuilderModifier and TypeMethodDescriptionCreateTenantResourceAssociationRequest.builder()CreateTenantResourceAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateTenantResourceAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateTenantResourceAssociationRequest.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource to associate with the tenant.CreateTenantResourceAssociationRequest.Builder.tenantName(String tenantName) The name of the tenant to associate the resource with.CreateTenantResourceAssociationRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type CreateTenantResourceAssociationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateTenantResourceAssociationRequest.Builder>CreateTenantResourceAssociationRequest.serializableBuilderClass()