Uses of Class
software.amazon.awssdk.services.account.model.PutContactInformationRequest
-
Packages that use PutContactInformationRequest Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Managementsoftware.amazon.awssdk.services.account.transform -
-
Uses of PutContactInformationRequest in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account with parameters of type PutContactInformationRequest Modifier and Type Method Description default CompletableFuture<PutContactInformationResponse>AccountAsyncClient. putContactInformation(PutContactInformationRequest putContactInformationRequest)Updates the primary contact information of an Amazon Web Services account.default PutContactInformationResponseAccountClient. putContactInformation(PutContactInformationRequest putContactInformationRequest)Updates the primary contact information of an Amazon Web Services account. -
Uses of PutContactInformationRequest in software.amazon.awssdk.services.account.transform
Methods in software.amazon.awssdk.services.account.transform with parameters of type PutContactInformationRequest Modifier and Type Method Description SdkHttpFullRequestPutContactInformationRequestMarshaller. marshall(PutContactInformationRequest putContactInformationRequest)
-