Uses of Class
software.amazon.awssdk.services.config.model.PendingAggregationRequest
-
Packages that use PendingAggregationRequest Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of PendingAggregationRequest in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type PendingAggregationRequest Modifier and Type Method Description List<PendingAggregationRequest>DescribePendingAggregationRequestsResponse. pendingAggregationRequests()Returns a PendingAggregationRequests object.Methods in software.amazon.awssdk.services.config.model with parameters of type PendingAggregationRequest Modifier and Type Method Description DescribePendingAggregationRequestsResponse.BuilderDescribePendingAggregationRequestsResponse.Builder. pendingAggregationRequests(PendingAggregationRequest... pendingAggregationRequests)Returns a PendingAggregationRequests object.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type PendingAggregationRequest Modifier and Type Method Description DescribePendingAggregationRequestsResponse.BuilderDescribePendingAggregationRequestsResponse.Builder. pendingAggregationRequests(Collection<PendingAggregationRequest> pendingAggregationRequests)Returns a PendingAggregationRequests object. -
Uses of PendingAggregationRequest in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type PendingAggregationRequest Modifier and Type Method Description SdkIterable<PendingAggregationRequest>DescribePendingAggregationRequestsIterable. pendingAggregationRequests()Returns an iterable to iterate through the paginatedDescribePendingAggregationRequestsResponse.pendingAggregationRequests()member.SdkPublisher<PendingAggregationRequest>DescribePendingAggregationRequestsPublisher. pendingAggregationRequests()Returns a publisher that can be used to get a stream of data.
-