Uses of Class
software.amazon.awssdk.services.account.model.ContactInformation
-
Packages that use ContactInformation Package Description software.amazon.awssdk.services.account.model -
-
Uses of ContactInformation in software.amazon.awssdk.services.account.model
Methods in software.amazon.awssdk.services.account.model that return ContactInformation Modifier and Type Method Description ContactInformationGetContactInformationResponse. contactInformation()Contains the details of the primary contact information associated with an Amazon Web Services account.ContactInformationPutContactInformationRequest. contactInformation()Contains the details of the primary contact information associated with an Amazon Web Services account.Methods in software.amazon.awssdk.services.account.model with parameters of type ContactInformation Modifier and Type Method Description GetContactInformationResponse.BuilderGetContactInformationResponse.Builder. contactInformation(ContactInformation contactInformation)Contains the details of the primary contact information associated with an Amazon Web Services account.PutContactInformationRequest.BuilderPutContactInformationRequest.Builder. contactInformation(ContactInformation contactInformation)Contains the details of the primary contact information associated with an Amazon Web Services account.
-