Uses of Interface
software.amazon.awssdk.services.config.model.PendingAggregationRequest.Builder
-
Packages that use PendingAggregationRequest.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of PendingAggregationRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return PendingAggregationRequest.Builder Modifier and Type Method Description static PendingAggregationRequest.BuilderPendingAggregationRequest. builder()PendingAggregationRequest.BuilderPendingAggregationRequest.Builder. requesterAccountId(String requesterAccountId)The 12-digit account ID of the account requesting to aggregate data.PendingAggregationRequest.BuilderPendingAggregationRequest.Builder. requesterAwsRegion(String requesterAwsRegion)The region requesting to aggregate data.PendingAggregationRequest.BuilderPendingAggregationRequest. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type PendingAggregationRequest.Builder Modifier and Type Method Description static Class<? extends PendingAggregationRequest.Builder>PendingAggregationRequest. serializableBuilderClass()
-