Uses of Interface
software.amazon.awssdk.services.sesv2.model.ListTenantResourcesRequest.Builder
Packages that use ListTenantResourcesRequest.Builder
Package
Description
-
Uses of ListTenantResourcesRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type ListTenantResourcesRequest.BuilderModifier and TypeMethodDescriptionSesV2AsyncClient.listTenantResources(Consumer<ListTenantResourcesRequest.Builder> listTenantResourcesRequest) List all resources associated with a specific tenant.default ListTenantResourcesResponseSesV2Client.listTenantResources(Consumer<ListTenantResourcesRequest.Builder> listTenantResourcesRequest) List all resources associated with a specific tenant.default ListTenantResourcesPublisherSesV2AsyncClient.listTenantResourcesPaginator(Consumer<ListTenantResourcesRequest.Builder> listTenantResourcesRequest) This is a variant ofSesV2AsyncClient.listTenantResources(software.amazon.awssdk.services.sesv2.model.ListTenantResourcesRequest)operation.default ListTenantResourcesIterableSesV2Client.listTenantResourcesPaginator(Consumer<ListTenantResourcesRequest.Builder> listTenantResourcesRequest) This is a variant ofSesV2Client.listTenantResources(software.amazon.awssdk.services.sesv2.model.ListTenantResourcesRequest)operation. -
Uses of ListTenantResourcesRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ListTenantResourcesRequest.BuilderModifier and TypeMethodDescriptionListTenantResourcesRequest.builder()ListTenantResourcesRequest.Builder.filter(Map<ListTenantResourcesFilterKey, String> filter) A map of filter keys and values for filtering the list of tenant resources.ListTenantResourcesRequest.Builder.filterWithStrings(Map<String, String> filter) A map of filter keys and values for filtering the list of tenant resources.A token returned from a previous call toListTenantResourcesto indicate the position in the list of tenant resources.ListTenantResourcesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListTenantResourcesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The number of results to show in a single call toListTenantResources.ListTenantResourcesRequest.Builder.tenantName(String tenantName) The name of the tenant to list resources for.ListTenantResourcesRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ListTenantResourcesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTenantResourcesRequest.Builder>ListTenantResourcesRequest.serializableBuilderClass()