Uses of Class
software.amazon.awssdk.services.account.model.AcceptPrimaryEmailUpdateResponse
-
Packages that use AcceptPrimaryEmailUpdateResponse Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Management -
-
Uses of AcceptPrimaryEmailUpdateResponse in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account that return AcceptPrimaryEmailUpdateResponse Modifier and Type Method Description default AcceptPrimaryEmailUpdateResponseAccountClient. acceptPrimaryEmailUpdate(Consumer<AcceptPrimaryEmailUpdateRequest.Builder> acceptPrimaryEmailUpdateRequest)Accepts the request that originated from StartPrimaryEmailUpdate to update the primary email address (also known as the root user email address) for the specified account.default AcceptPrimaryEmailUpdateResponseAccountClient. acceptPrimaryEmailUpdate(AcceptPrimaryEmailUpdateRequest acceptPrimaryEmailUpdateRequest)Accepts the request that originated from StartPrimaryEmailUpdate to update the primary email address (also known as the root user email address) for the specified account.Methods in software.amazon.awssdk.services.account that return types with arguments of type AcceptPrimaryEmailUpdateResponse Modifier and Type Method Description default CompletableFuture<AcceptPrimaryEmailUpdateResponse>AccountAsyncClient. acceptPrimaryEmailUpdate(Consumer<AcceptPrimaryEmailUpdateRequest.Builder> acceptPrimaryEmailUpdateRequest)Accepts the request that originated from StartPrimaryEmailUpdate to update the primary email address (also known as the root user email address) for the specified account.default CompletableFuture<AcceptPrimaryEmailUpdateResponse>AccountAsyncClient. acceptPrimaryEmailUpdate(AcceptPrimaryEmailUpdateRequest acceptPrimaryEmailUpdateRequest)Accepts the request that originated from StartPrimaryEmailUpdate to update the primary email address (also known as the root user email address) for the specified account.
-