Uses of Class
software.amazon.awssdk.services.account.model.PutContactInformationResponse
-
Packages that use PutContactInformationResponse Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Management -
-
Uses of PutContactInformationResponse in software.amazon.awssdk.services.account
Methods in software.amazon.awssdk.services.account that return PutContactInformationResponse Modifier and Type Method Description default PutContactInformationResponseAccountClient. putContactInformation(Consumer<PutContactInformationRequest.Builder> 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.Methods in software.amazon.awssdk.services.account that return types with arguments of type PutContactInformationResponse Modifier and Type Method Description default CompletableFuture<PutContactInformationResponse>AccountAsyncClient. putContactInformation(Consumer<PutContactInformationRequest.Builder> putContactInformationRequest)Updates the primary contact information of an Amazon Web Services account.default CompletableFuture<PutContactInformationResponse>AccountAsyncClient. putContactInformation(PutContactInformationRequest putContactInformationRequest)Updates the primary contact information of an Amazon Web Services account.
-