Uses of Class
software.amazon.awssdk.services.account.model.GetContactInformationRequest
-
Packages that use GetContactInformationRequest Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Managementsoftware.amazon.awssdk.services.account.transform -
-
Uses of GetContactInformationRequest in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account with parameters of type GetContactInformationRequest Modifier and Type Method Description default CompletableFuture<GetContactInformationResponse>AccountAsyncClient. getContactInformation(GetContactInformationRequest 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. -
Uses of GetContactInformationRequest in software.amazon.awssdk.services.account.transform
Methods in software.amazon.awssdk.services.account.transform with parameters of type GetContactInformationRequest Modifier and Type Method Description SdkHttpFullRequestGetContactInformationRequestMarshaller. marshall(GetContactInformationRequest getContactInformationRequest)
-