Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsRequest.Builder
Packages that use GetDedicatedIpsRequest.Builder
Package
Description
-
Uses of GetDedicatedIpsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type GetDedicatedIpsRequest.BuilderModifier and TypeMethodDescriptiondefault 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) This is a variant ofSesV2AsyncClient.getDedicatedIps(software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsRequest)operation.default GetDedicatedIpsIterableSesV2Client.getDedicatedIpsPaginator(Consumer<GetDedicatedIpsRequest.Builder> getDedicatedIpsRequest) This is a variant ofSesV2Client.getDedicatedIps(software.amazon.awssdk.services.sesv2.model.GetDedicatedIpsRequest)operation. -
Uses of GetDedicatedIpsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetDedicatedIpsRequest.BuilderModifier and TypeMethodDescriptionGetDedicatedIpsRequest.builder()A token returned from a previous call toGetDedicatedIpsto indicate the position of the dedicated IP pool in the list of IP pools.GetDedicatedIpsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDedicatedIpsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The number of results to show in a single call toGetDedicatedIpsRequest.The name of the IP pool that the dedicated IP address is associated with.GetDedicatedIpsRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetDedicatedIpsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDedicatedIpsRequest.Builder>GetDedicatedIpsRequest.serializableBuilderClass()