Uses of Class
software.amazon.awssdk.services.account.model.GetContactInformationResponse
-
Packages that use GetContactInformationResponse Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Management -
-
Uses of GetContactInformationResponse in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account that return GetContactInformationResponse Modifier and Type Method Description default GetContactInformationResponseAccountClient. getContactInformation(Consumer<GetContactInformationRequest.Builder> getContactInformationRequest)Retrieves the primary contact information of an Amazon Web Services account.default GetContactInformationResponseAccountClient. getContactInformation(GetContactInformationRequest getContactInformationRequest)Retrieves the primary contact information of an Amazon Web Services account.Methods in software.amazon.awssdk.services.account that return types with arguments of type GetContactInformationResponse Modifier and Type Method Description default CompletableFuture<GetContactInformationResponse>AccountAsyncClient. getContactInformation(Consumer<GetContactInformationRequest.Builder> getContactInformationRequest)Retrieves the primary contact information of an Amazon Web Services account.default CompletableFuture<GetContactInformationResponse>AccountAsyncClient. getContactInformation(GetContactInformationRequest getContactInformationRequest)Retrieves the primary contact information of an Amazon Web Services account.
-