Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.GetRecommendationsRequest
-
Packages that use GetRecommendationsRequest Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations.software.amazon.awssdk.services.codeguruprofiler.transform -
-
Uses of GetRecommendationsRequest in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler with parameters of type GetRecommendationsRequest Modifier and Type Method Description default CompletableFuture<GetRecommendationsResponse>CodeGuruProfilerAsyncClient. getRecommendations(GetRecommendationsRequest getRecommendationsRequest)Returns a list ofRecommendationobjects that contain recommendations for a profiling group for a given time period.default GetRecommendationsResponseCodeGuruProfilerClient. getRecommendations(GetRecommendationsRequest getRecommendationsRequest)Returns a list ofRecommendationobjects that contain recommendations for a profiling group for a given time period. -
Uses of GetRecommendationsRequest in software.amazon.awssdk.services.codeguruprofiler.transform
Methods in software.amazon.awssdk.services.codeguruprofiler.transform with parameters of type GetRecommendationsRequest Modifier and Type Method Description SdkHttpFullRequestGetRecommendationsRequestMarshaller. marshall(GetRecommendationsRequest getRecommendationsRequest)
-