Uses of Interface
software.amazon.awssdk.services.account.model.AcceptPrimaryEmailUpdateRequest.Builder
-
Packages that use AcceptPrimaryEmailUpdateRequest.Builder Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Managementsoftware.amazon.awssdk.services.account.model -
-
Uses of AcceptPrimaryEmailUpdateRequest.Builder in software.amazon.awssdk.services.account
Method parameters in software.amazon.awssdk.services.account with type arguments of type AcceptPrimaryEmailUpdateRequest.Builder 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 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. -
Uses of AcceptPrimaryEmailUpdateRequest.Builder in software.amazon.awssdk.services.account.model
Methods in software.amazon.awssdk.services.account.model that return AcceptPrimaryEmailUpdateRequest.Builder Modifier and Type Method Description AcceptPrimaryEmailUpdateRequest.BuilderAcceptPrimaryEmailUpdateRequest.Builder. accountId(String accountId)Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.static AcceptPrimaryEmailUpdateRequest.BuilderAcceptPrimaryEmailUpdateRequest. builder()AcceptPrimaryEmailUpdateRequest.BuilderAcceptPrimaryEmailUpdateRequest.Builder. otp(String otp)The OTP code sent to thePrimaryEmailspecified on theStartPrimaryEmailUpdateAPI call.AcceptPrimaryEmailUpdateRequest.BuilderAcceptPrimaryEmailUpdateRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AcceptPrimaryEmailUpdateRequest.BuilderAcceptPrimaryEmailUpdateRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AcceptPrimaryEmailUpdateRequest.BuilderAcceptPrimaryEmailUpdateRequest.Builder. primaryEmail(String primaryEmail)The new primary email address for use with the specified account.AcceptPrimaryEmailUpdateRequest.BuilderAcceptPrimaryEmailUpdateRequest. toBuilder()Methods in software.amazon.awssdk.services.account.model that return types with arguments of type AcceptPrimaryEmailUpdateRequest.Builder Modifier and Type Method Description static Class<? extends AcceptPrimaryEmailUpdateRequest.Builder>AcceptPrimaryEmailUpdateRequest. serializableBuilderClass()
-