Uses of Interface
software.amazon.awssdk.services.account.model.GetContactInformationRequest.Builder
-
Packages that use GetContactInformationRequest.Builder Package Description software.amazon.awssdk.services.account Operations for Amazon Web Services Account Managementsoftware.amazon.awssdk.services.account.model -
-
Uses of GetContactInformationRequest.Builder in software.amazon.awssdk.services.account
Method parameters in software.amazon.awssdk.services.account with type arguments of type GetContactInformationRequest.Builder 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 GetContactInformationResponseAccountClient. getContactInformation(Consumer<GetContactInformationRequest.Builder> getContactInformationRequest)Retrieves the primary contact information of an Amazon Web Services account. -
Uses of GetContactInformationRequest.Builder in software.amazon.awssdk.services.account.model
Methods in software.amazon.awssdk.services.account.model that return GetContactInformationRequest.Builder Modifier and Type Method Description GetContactInformationRequest.BuilderGetContactInformationRequest.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 GetContactInformationRequest.BuilderGetContactInformationRequest. builder()GetContactInformationRequest.BuilderGetContactInformationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContactInformationRequest.BuilderGetContactInformationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetContactInformationRequest.BuilderGetContactInformationRequest. toBuilder()Methods in software.amazon.awssdk.services.account.model that return types with arguments of type GetContactInformationRequest.Builder Modifier and Type Method Description static Class<? extends GetContactInformationRequest.Builder>GetContactInformationRequest. serializableBuilderClass()
-