Uses of Interface
software.amazon.awssdk.services.config.model.PutAggregationAuthorizationRequest.Builder
-
Packages that use PutAggregationAuthorizationRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of PutAggregationAuthorizationRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type PutAggregationAuthorizationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutAggregationAuthorizationResponse>ConfigAsyncClient. putAggregationAuthorization(Consumer<PutAggregationAuthorizationRequest.Builder> putAggregationAuthorizationRequest)Authorizes the aggregator account and region to collect data from the source account and region.default PutAggregationAuthorizationResponseConfigClient. putAggregationAuthorization(Consumer<PutAggregationAuthorizationRequest.Builder> putAggregationAuthorizationRequest)Authorizes the aggregator account and region to collect data from the source account and region. -
Uses of PutAggregationAuthorizationRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return PutAggregationAuthorizationRequest.Builder Modifier and Type Method Description PutAggregationAuthorizationRequest.BuilderPutAggregationAuthorizationRequest.Builder. authorizedAccountId(String authorizedAccountId)The 12-digit account ID of the account authorized to aggregate data.PutAggregationAuthorizationRequest.BuilderPutAggregationAuthorizationRequest.Builder. authorizedAwsRegion(String authorizedAwsRegion)The region authorized to collect aggregated data.static PutAggregationAuthorizationRequest.BuilderPutAggregationAuthorizationRequest. builder()PutAggregationAuthorizationRequest.BuilderPutAggregationAuthorizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutAggregationAuthorizationRequest.BuilderPutAggregationAuthorizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutAggregationAuthorizationRequest.BuilderPutAggregationAuthorizationRequest.Builder. tags(Collection<Tag> tags)An array of tag object.PutAggregationAuthorizationRequest.BuilderPutAggregationAuthorizationRequest.Builder. tags(Consumer<Tag.Builder>... tags)An array of tag object.PutAggregationAuthorizationRequest.BuilderPutAggregationAuthorizationRequest.Builder. tags(Tag... tags)An array of tag object.PutAggregationAuthorizationRequest.BuilderPutAggregationAuthorizationRequest. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type PutAggregationAuthorizationRequest.Builder Modifier and Type Method Description static Class<? extends PutAggregationAuthorizationRequest.Builder>PutAggregationAuthorizationRequest. serializableBuilderClass()
-