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