Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsRequest.Builder
-
Packages that use GetDedicatedIpsRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of GetDedicatedIpsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type GetDedicatedIpsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDedicatedIpsResponse>SesV2AsyncClient. getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Web Services account.default GetDedicatedIpsResponseSesV2Client. getDedicatedIps(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Web Services account.default GetDedicatedIpsPublisherSesV2AsyncClient. getDedicatedIpsPaginator(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Web Services account.default GetDedicatedIpsIterableSesV2Client. getDedicatedIpsPaginator(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest)List the dedicated IP addresses that are associated with your Amazon Web Services account. -
Uses of GetDedicatedIpsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetDedicatedIpsRequest.Builder Modifier and Type Method Description static GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest. builder()GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest.Builder. nextToken(String nextToken)A token returned from a previous call toGetDedicatedIpsto indicate the position of the dedicated IP pool in the list of IP pools.GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest.Builder. pageSize(Integer pageSize)The number of results to show in a single call toGetDedicatedIpsRequest.GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest.Builder. poolName(String poolName)The name of the IP pool that the dedicated IP address is associated with.GetDedicatedIpsRequest.BuilderGetDedicatedIpsRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetDedicatedIpsRequest.Builder Modifier and Type Method Description static Class<? extends GetDedicatedIpsRequest.Builder>GetDedicatedIpsRequest. serializableBuilderClass()
-