Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetTenantRequest.Builder
Packages that use GetTenantRequest.Builder
Package
Description
-
Uses of GetTenantRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type GetTenantRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetTenantResponse>SesV2AsyncClient.getTenant(Consumer<GetTenantRequest.Builder> getTenantRequest) Get information about a specific tenant, including the tenant's name, ID, ARN, creation timestamp, tags, sending status, and suppression attributes.default GetTenantResponseSesV2Client.getTenant(Consumer<GetTenantRequest.Builder> getTenantRequest) Get information about a specific tenant, including the tenant's name, ID, ARN, creation timestamp, tags, sending status, and suppression attributes. -
Uses of GetTenantRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetTenantRequest.BuilderModifier and TypeMethodDescriptionstatic GetTenantRequest.BuilderGetTenantRequest.builder()GetTenantRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetTenantRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetTenantRequest.Builder.tenantName(String tenantName) The name of the tenant to retrieve information about.GetTenantRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetTenantRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetTenantRequest.Builder>GetTenantRequest.serializableBuilderClass()