Uses of Interface
software.amazon.awssdk.services.account.model.PutContactInformationRequest.Builder
-
Packages that use PutContactInformationRequest.Builder Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Managementsoftware.amazon.awssdk.services.account.model -
-
Uses of PutContactInformationRequest.Builder in software.amazon.awssdk.services.account
Method parameters in software.amazon.awssdk.services.account with type arguments of type PutContactInformationRequest.Builder 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 PutContactInformationResponseAccountClient. putContactInformation(Consumer<PutContactInformationRequest.Builder> putContactInformationRequest)Updates the primary contact information of an Amazon Web Services account. -
Uses of PutContactInformationRequest.Builder in software.amazon.awssdk.services.account.model
Methods in software.amazon.awssdk.services.account.model that return PutContactInformationRequest.Builder Modifier and Type Method Description PutContactInformationRequest.BuilderPutContactInformationRequest.Builder. accountId(String accountId)Specifies the 12-digit account ID number of the Amazon Web Services account that you want to access or modify with this operation.static PutContactInformationRequest.BuilderPutContactInformationRequest. builder()default PutContactInformationRequest.BuilderPutContactInformationRequest.Builder. contactInformation(Consumer<ContactInformation.Builder> 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.PutContactInformationRequest.BuilderPutContactInformationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutContactInformationRequest.BuilderPutContactInformationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutContactInformationRequest.BuilderPutContactInformationRequest. toBuilder()Methods in software.amazon.awssdk.services.account.model that return types with arguments of type PutContactInformationRequest.Builder Modifier and Type Method Description static Class<? extends PutContactInformationRequest.Builder>PutContactInformationRequest. serializableBuilderClass()
-