Uses of Interface
software.amazon.awssdk.services.sesv2.model.ListTenantsRequest.Builder
Packages that use ListTenantsRequest.Builder
Package
Description
-
Uses of ListTenantsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type ListTenantsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListTenantsResponse>SesV2AsyncClient.listTenants(Consumer<ListTenantsRequest.Builder> listTenantsRequest) List all tenants associated with your account in the current Amazon Web Services Region.default ListTenantsResponseSesV2Client.listTenants(Consumer<ListTenantsRequest.Builder> listTenantsRequest) List all tenants associated with your account in the current Amazon Web Services Region.default ListTenantsPublisherSesV2AsyncClient.listTenantsPaginator(Consumer<ListTenantsRequest.Builder> listTenantsRequest) This is a variant ofSesV2AsyncClient.listTenants(software.amazon.awssdk.services.sesv2.model.ListTenantsRequest)operation.default ListTenantsIterableSesV2Client.listTenantsPaginator(Consumer<ListTenantsRequest.Builder> listTenantsRequest) This is a variant ofSesV2Client.listTenants(software.amazon.awssdk.services.sesv2.model.ListTenantsRequest)operation. -
Uses of ListTenantsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ListTenantsRequest.BuilderModifier and TypeMethodDescriptionstatic ListTenantsRequest.BuilderListTenantsRequest.builder()A token returned from a previous call toListTenantsto indicate the position in the list of tenants.ListTenantsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListTenantsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The number of results to show in a single call toListTenants.ListTenantsRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ListTenantsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTenantsRequest.Builder>ListTenantsRequest.serializableBuilderClass()