Uses of Interface
software.amazon.awssdk.services.account.model.AcceptPrimaryEmailUpdateResponse.Builder
-
Packages that use AcceptPrimaryEmailUpdateResponse.Builder Package Description software.amazon.awssdk.services.account.model -
-
Uses of AcceptPrimaryEmailUpdateResponse.Builder in software.amazon.awssdk.services.account.model
Methods in software.amazon.awssdk.services.account.model that return AcceptPrimaryEmailUpdateResponse.Builder Modifier and Type Method Description static AcceptPrimaryEmailUpdateResponse.BuilderAcceptPrimaryEmailUpdateResponse. builder()AcceptPrimaryEmailUpdateResponse.BuilderAcceptPrimaryEmailUpdateResponse.Builder. status(String status)Retrieves the status of the accepted primary email update request.AcceptPrimaryEmailUpdateResponse.BuilderAcceptPrimaryEmailUpdateResponse.Builder. status(PrimaryEmailUpdateStatus status)Retrieves the status of the accepted primary email update request.AcceptPrimaryEmailUpdateResponse.BuilderAcceptPrimaryEmailUpdateResponse. toBuilder()Methods in software.amazon.awssdk.services.account.model that return types with arguments of type AcceptPrimaryEmailUpdateResponse.Builder Modifier and Type Method Description static Class<? extends AcceptPrimaryEmailUpdateResponse.Builder>AcceptPrimaryEmailUpdateResponse. serializableBuilderClass()
-