Uses of Class
software.amazon.awssdk.services.mailmanager.model.UpdateIngressPointResponse
-
Packages that use UpdateIngressPointResponse Package Description software.amazon.awssdk.services.mailmanager AWS SES Mail Manager API -
-
Uses of UpdateIngressPointResponse in software.amazon.awssdk.services.mailmanager
Methods in software.amazon.awssdk.services.mailmanager that return UpdateIngressPointResponse Modifier and Type Method Description default UpdateIngressPointResponseMailManagerClient. updateIngressPoint(Consumer<UpdateIngressPointRequest.Builder> updateIngressPointRequest)Update attributes of a provisioned ingress endpoint resource.default UpdateIngressPointResponseMailManagerClient. updateIngressPoint(UpdateIngressPointRequest updateIngressPointRequest)Update attributes of a provisioned ingress endpoint resource.Methods in software.amazon.awssdk.services.mailmanager that return types with arguments of type UpdateIngressPointResponse Modifier and Type Method Description default CompletableFuture<UpdateIngressPointResponse>MailManagerAsyncClient. updateIngressPoint(Consumer<UpdateIngressPointRequest.Builder> updateIngressPointRequest)Update attributes of a provisioned ingress endpoint resource.default CompletableFuture<UpdateIngressPointResponse>MailManagerAsyncClient. updateIngressPoint(UpdateIngressPointRequest updateIngressPointRequest)Update attributes of a provisioned ingress endpoint resource.
-