Uses of Interface
software.amazon.awssdk.services.sesv2.model.ListDedicatedIpPoolsRequest.Builder
-
Packages that use ListDedicatedIpPoolsRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of ListDedicatedIpPoolsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type ListDedicatedIpPoolsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDedicatedIpPoolsResponse>SesV2AsyncClient. listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.default ListDedicatedIpPoolsResponseSesV2Client. listDedicatedIpPools(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.default ListDedicatedIpPoolsPublisherSesV2AsyncClient. listDedicatedIpPoolsPaginator(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region.default ListDedicatedIpPoolsIterableSesV2Client. listDedicatedIpPoolsPaginator(Consumer<ListDedicatedIpPoolsRequest.Builder> listDedicatedIpPoolsRequest)List all of the dedicated IP pools that exist in your Amazon Web Services account in the current Region. -
Uses of ListDedicatedIpPoolsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ListDedicatedIpPoolsRequest.Builder Modifier and Type Method Description static ListDedicatedIpPoolsRequest.BuilderListDedicatedIpPoolsRequest. builder()ListDedicatedIpPoolsRequest.BuilderListDedicatedIpPoolsRequest.Builder. nextToken(String nextToken)A token returned from a previous call toListDedicatedIpPoolsto indicate the position in the list of dedicated IP pools.ListDedicatedIpPoolsRequest.BuilderListDedicatedIpPoolsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDedicatedIpPoolsRequest.BuilderListDedicatedIpPoolsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDedicatedIpPoolsRequest.BuilderListDedicatedIpPoolsRequest.Builder. pageSize(Integer pageSize)The number of results to show in a single call toListDedicatedIpPools.ListDedicatedIpPoolsRequest.BuilderListDedicatedIpPoolsRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type ListDedicatedIpPoolsRequest.Builder Modifier and Type Method Description static Class<? extends ListDedicatedIpPoolsRequest.Builder>ListDedicatedIpPoolsRequest. serializableBuilderClass()
-