Uses of Interface
software.amazon.awssdk.services.account.model.GetPrimaryEmailResponse.Builder
-
Packages that use GetPrimaryEmailResponse.Builder Package Description software.amazon.awssdk.services.account.model -
-
Uses of GetPrimaryEmailResponse.Builder in software.amazon.awssdk.services.account.model
Methods in software.amazon.awssdk.services.account.model that return GetPrimaryEmailResponse.Builder Modifier and Type Method Description static GetPrimaryEmailResponse.BuilderGetPrimaryEmailResponse. builder()GetPrimaryEmailResponse.BuilderGetPrimaryEmailResponse.Builder. primaryEmail(String primaryEmail)Retrieves the primary email address associated with the specified account.GetPrimaryEmailResponse.BuilderGetPrimaryEmailResponse. toBuilder()Methods in software.amazon.awssdk.services.account.model that return types with arguments of type GetPrimaryEmailResponse.Builder Modifier and Type Method Description static Class<? extends GetPrimaryEmailResponse.Builder>GetPrimaryEmailResponse. serializableBuilderClass()
-