Uses of Class
software.amazon.awssdk.services.account.model.AcceptPrimaryEmailUpdateRequest
-
Packages that use AcceptPrimaryEmailUpdateRequest Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Managementsoftware.amazon.awssdk.services.account.transform -
-
Uses of AcceptPrimaryEmailUpdateRequest in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account with parameters of type AcceptPrimaryEmailUpdateRequest Modifier and Type Method Description 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.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. -
Uses of AcceptPrimaryEmailUpdateRequest in software.amazon.awssdk.services.account.transform
Methods in software.amazon.awssdk.services.account.transform with parameters of type AcceptPrimaryEmailUpdateRequest Modifier and Type Method Description SdkHttpFullRequestAcceptPrimaryEmailUpdateRequestMarshaller. marshall(AcceptPrimaryEmailUpdateRequest acceptPrimaryEmailUpdateRequest)
-