Uses of Class
software.amazon.awssdk.services.account.model.StartPrimaryEmailUpdateResponse
-
Packages that use StartPrimaryEmailUpdateResponse Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Management -
-
Uses of StartPrimaryEmailUpdateResponse in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account that return StartPrimaryEmailUpdateResponse Modifier and Type Method Description default StartPrimaryEmailUpdateResponseAccountClient. startPrimaryEmailUpdate(Consumer<StartPrimaryEmailUpdateRequest.Builder> startPrimaryEmailUpdateRequest)Starts the process to update the primary email address for the specified account.default StartPrimaryEmailUpdateResponseAccountClient. startPrimaryEmailUpdate(StartPrimaryEmailUpdateRequest startPrimaryEmailUpdateRequest)Starts the process to update the primary email address for the specified account.Methods in software.amazon.awssdk.services.account that return types with arguments of type StartPrimaryEmailUpdateResponse Modifier and Type Method Description default CompletableFuture<StartPrimaryEmailUpdateResponse>AccountAsyncClient. startPrimaryEmailUpdate(Consumer<StartPrimaryEmailUpdateRequest.Builder> startPrimaryEmailUpdateRequest)Starts the process to update the primary email address for the specified account.default CompletableFuture<StartPrimaryEmailUpdateResponse>AccountAsyncClient. startPrimaryEmailUpdate(StartPrimaryEmailUpdateRequest startPrimaryEmailUpdateRequest)Starts the process to update the primary email address for the specified account.
-