Uses of Class
software.amazon.awssdk.services.pi.model.GetResourceMetricsResponse
-
Packages that use GetResourceMetricsResponse Package Description software.amazon.awssdk.services.pi Amazon RDS Performance Insights software.amazon.awssdk.services.pi.paginators -
-
Uses of GetResourceMetricsResponse in software.amazon.awssdk.services.pi
Methods in software.amazon.awssdk.services.pi that return GetResourceMetricsResponse Modifier and Type Method Description default GetResourceMetricsResponsePiClient. getResourceMetrics(Consumer<GetResourceMetricsRequest.Builder> getResourceMetricsRequest)Retrieve Performance Insights metrics for a set of data sources over a time period.default GetResourceMetricsResponsePiClient. getResourceMetrics(GetResourceMetricsRequest getResourceMetricsRequest)Retrieve Performance Insights metrics for a set of data sources over a time period.Methods in software.amazon.awssdk.services.pi that return types with arguments of type GetResourceMetricsResponse Modifier and Type Method Description default CompletableFuture<GetResourceMetricsResponse>PiAsyncClient. getResourceMetrics(Consumer<GetResourceMetricsRequest.Builder> getResourceMetricsRequest)Retrieve Performance Insights metrics for a set of data sources over a time period.default CompletableFuture<GetResourceMetricsResponse>PiAsyncClient. getResourceMetrics(GetResourceMetricsRequest getResourceMetricsRequest)Retrieve Performance Insights metrics for a set of data sources over a time period. -
Uses of GetResourceMetricsResponse in software.amazon.awssdk.services.pi.paginators
Methods in software.amazon.awssdk.services.pi.paginators that return types with arguments of type GetResourceMetricsResponse Modifier and Type Method Description Iterator<GetResourceMetricsResponse>GetResourceMetricsIterable. iterator()Method parameters in software.amazon.awssdk.services.pi.paginators with type arguments of type GetResourceMetricsResponse Modifier and Type Method Description voidGetResourceMetricsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetResourceMetricsResponse> subscriber)
-