| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| Modifier and Type | Method and Description |
|---|---|
default AddNotificationChannelsResponse |
CodeGuruProfilerClient.addNotificationChannels(AddNotificationChannelsRequest addNotificationChannelsRequest)
Add up to 2 anomaly notifications channels for a profiling group.
|
default AddNotificationChannelsResponse |
CodeGuruProfilerClient.addNotificationChannels(Consumer<AddNotificationChannelsRequest.Builder> addNotificationChannelsRequest)
Add up to 2 anomaly notifications channels for a profiling group.
|
default BatchGetFrameMetricDataResponse |
CodeGuruProfilerClient.batchGetFrameMetricData(BatchGetFrameMetricDataRequest batchGetFrameMetricDataRequest)
Returns the time series of values for a requested list of frame metrics from a time period.
|
default BatchGetFrameMetricDataResponse |
CodeGuruProfilerClient.batchGetFrameMetricData(Consumer<BatchGetFrameMetricDataRequest.Builder> batchGetFrameMetricDataRequest)
Returns the time series of values for a requested list of frame metrics from a time period.
|
default ConfigureAgentResponse |
CodeGuruProfilerClient.configureAgent(ConfigureAgentRequest configureAgentRequest)
Used by profiler agents to report their current state and to receive remote configuration updates.
|
default ConfigureAgentResponse |
CodeGuruProfilerClient.configureAgent(Consumer<ConfigureAgentRequest.Builder> configureAgentRequest)
Used by profiler agents to report their current state and to receive remote configuration updates.
|
default CreateProfilingGroupResponse |
CodeGuruProfilerClient.createProfilingGroup(Consumer<CreateProfilingGroupRequest.Builder> createProfilingGroupRequest)
Creates a profiling group.
|
default CreateProfilingGroupResponse |
CodeGuruProfilerClient.createProfilingGroup(CreateProfilingGroupRequest createProfilingGroupRequest)
Creates a profiling group.
|
default DeleteProfilingGroupResponse |
CodeGuruProfilerClient.deleteProfilingGroup(Consumer<DeleteProfilingGroupRequest.Builder> deleteProfilingGroupRequest)
Deletes a profiling group.
|
default DeleteProfilingGroupResponse |
CodeGuruProfilerClient.deleteProfilingGroup(DeleteProfilingGroupRequest deleteProfilingGroupRequest)
Deletes a profiling group.
|
default DescribeProfilingGroupResponse |
CodeGuruProfilerClient.describeProfilingGroup(Consumer<DescribeProfilingGroupRequest.Builder> describeProfilingGroupRequest)
Returns a
ProfilingGroupDescription object that contains information about the requested profiling group. |
default DescribeProfilingGroupResponse |
CodeGuruProfilerClient.describeProfilingGroup(DescribeProfilingGroupRequest describeProfilingGroupRequest)
Returns a
ProfilingGroupDescription object that contains information about the requested profiling group. |
default GetFindingsReportAccountSummaryResponse |
CodeGuruProfilerClient.getFindingsReportAccountSummary(Consumer<GetFindingsReportAccountSummaryRequest.Builder> getFindingsReportAccountSummaryRequest)
Returns a list of
FindingsReportSummary objects that contain analysis results for all profiling groups in your
AWS account. |
default GetFindingsReportAccountSummaryResponse |
CodeGuruProfilerClient.getFindingsReportAccountSummary(GetFindingsReportAccountSummaryRequest getFindingsReportAccountSummaryRequest)
Returns a list of
FindingsReportSummary objects that contain analysis results for all profiling groups in your
AWS account. |
default GetFindingsReportAccountSummaryIterable |
CodeGuruProfilerClient.getFindingsReportAccountSummaryPaginator(Consumer<GetFindingsReportAccountSummaryRequest.Builder> getFindingsReportAccountSummaryRequest)
Returns a list of
FindingsReportSummary objects that contain analysis results for all profiling groups in your
AWS account. |
default GetFindingsReportAccountSummaryIterable |
CodeGuruProfilerClient.getFindingsReportAccountSummaryPaginator(GetFindingsReportAccountSummaryRequest getFindingsReportAccountSummaryRequest)
Returns a list of
FindingsReportSummary objects that contain analysis results for all profiling groups in your
AWS account. |
default GetNotificationConfigurationResponse |
CodeGuruProfilerClient.getNotificationConfiguration(Consumer<GetNotificationConfigurationRequest.Builder> getNotificationConfigurationRequest)
Get the current configuration for anomaly notifications for a profiling group.
|
default GetNotificationConfigurationResponse |
CodeGuruProfilerClient.getNotificationConfiguration(GetNotificationConfigurationRequest getNotificationConfigurationRequest)
Get the current configuration for anomaly notifications for a profiling group.
|
default GetPolicyResponse |
CodeGuruProfilerClient.getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)
Returns the JSON-formatted resource-based policy on a profiling group.
|
default GetPolicyResponse |
CodeGuruProfilerClient.getPolicy(GetPolicyRequest getPolicyRequest)
Returns the JSON-formatted resource-based policy on a profiling group.
|
default GetProfileResponse |
CodeGuruProfilerClient.getProfile(Consumer<GetProfileRequest.Builder> getProfileRequest)
Gets the aggregated profile of a profiling group for a specified time range.
|
default GetProfileResponse |
CodeGuruProfilerClient.getProfile(GetProfileRequest getProfileRequest)
Gets the aggregated profile of a profiling group for a specified time range.
|
default GetRecommendationsResponse |
CodeGuruProfilerClient.getRecommendations(Consumer<GetRecommendationsRequest.Builder> getRecommendationsRequest)
Returns a list of
Recommendation objects that contain recommendations for a profiling group for a given time
period. |
default GetRecommendationsResponse |
CodeGuruProfilerClient.getRecommendations(GetRecommendationsRequest getRecommendationsRequest)
Returns a list of
Recommendation objects that contain recommendations for a profiling group for a given time
period. |
default ListFindingsReportsResponse |
CodeGuruProfilerClient.listFindingsReports(Consumer<ListFindingsReportsRequest.Builder> listFindingsReportsRequest)
List the available reports for a given profiling group and time range.
|
default ListFindingsReportsResponse |
CodeGuruProfilerClient.listFindingsReports(ListFindingsReportsRequest listFindingsReportsRequest)
List the available reports for a given profiling group and time range.
|
default ListFindingsReportsIterable |
CodeGuruProfilerClient.listFindingsReportsPaginator(Consumer<ListFindingsReportsRequest.Builder> listFindingsReportsRequest)
List the available reports for a given profiling group and time range.
|
default ListFindingsReportsIterable |
CodeGuruProfilerClient.listFindingsReportsPaginator(ListFindingsReportsRequest listFindingsReportsRequest)
List the available reports for a given profiling group and time range.
|
default ListProfileTimesResponse |
CodeGuruProfilerClient.listProfileTimes(Consumer<ListProfileTimesRequest.Builder> listProfileTimesRequest)
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within
the specified time range.
|
default ListProfileTimesResponse |
CodeGuruProfilerClient.listProfileTimes(ListProfileTimesRequest listProfileTimesRequest)
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within
the specified time range.
|
default ListProfileTimesIterable |
CodeGuruProfilerClient.listProfileTimesPaginator(Consumer<ListProfileTimesRequest.Builder> listProfileTimesRequest)
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within
the specified time range.
|
default ListProfileTimesIterable |
CodeGuruProfilerClient.listProfileTimesPaginator(ListProfileTimesRequest listProfileTimesRequest)
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within
the specified time range.
|
default ListProfilingGroupsResponse |
CodeGuruProfilerClient.listProfilingGroups(Consumer<ListProfilingGroupsRequest.Builder> listProfilingGroupsRequest)
Returns a list of profiling groups.
|
default ListProfilingGroupsResponse |
CodeGuruProfilerClient.listProfilingGroups(ListProfilingGroupsRequest listProfilingGroupsRequest)
Returns a list of profiling groups.
|
default ListProfilingGroupsIterable |
CodeGuruProfilerClient.listProfilingGroupsPaginator(Consumer<ListProfilingGroupsRequest.Builder> listProfilingGroupsRequest)
Returns a list of profiling groups.
|
default ListProfilingGroupsIterable |
CodeGuruProfilerClient.listProfilingGroupsPaginator(ListProfilingGroupsRequest listProfilingGroupsRequest)
Returns a list of profiling groups.
|
default ListTagsForResourceResponse |
CodeGuruProfilerClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of the tags that are assigned to a specified resource.
|
default ListTagsForResourceResponse |
CodeGuruProfilerClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of the tags that are assigned to a specified resource.
|
default PostAgentProfileResponse |
CodeGuruProfilerClient.postAgentProfile(Consumer<PostAgentProfileRequest.Builder> postAgentProfileRequest)
Submits profiling data to an aggregated profile of a profiling group.
|
default PostAgentProfileResponse |
CodeGuruProfilerClient.postAgentProfile(PostAgentProfileRequest postAgentProfileRequest)
Submits profiling data to an aggregated profile of a profiling group.
|
default PutPermissionResponse |
CodeGuruProfilerClient.putPermission(Consumer<PutPermissionRequest.Builder> putPermissionRequest)
Adds permissions to a profiling group's resource-based policy that are provided using an action group.
|
default PutPermissionResponse |
CodeGuruProfilerClient.putPermission(PutPermissionRequest putPermissionRequest)
Adds permissions to a profiling group's resource-based policy that are provided using an action group.
|
default RemoveNotificationChannelResponse |
CodeGuruProfilerClient.removeNotificationChannel(Consumer<RemoveNotificationChannelRequest.Builder> removeNotificationChannelRequest)
Remove one anomaly notifications channel for a profiling group.
|
default RemoveNotificationChannelResponse |
CodeGuruProfilerClient.removeNotificationChannel(RemoveNotificationChannelRequest removeNotificationChannelRequest)
Remove one anomaly notifications channel for a profiling group.
|
default RemovePermissionResponse |
CodeGuruProfilerClient.removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)
Removes permissions from a profiling group's resource-based policy that are provided using an action group.
|
default RemovePermissionResponse |
CodeGuruProfilerClient.removePermission(RemovePermissionRequest removePermissionRequest)
Removes permissions from a profiling group's resource-based policy that are provided using an action group.
|
default SubmitFeedbackResponse |
CodeGuruProfilerClient.submitFeedback(Consumer<SubmitFeedbackRequest.Builder> submitFeedbackRequest)
Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
|
default SubmitFeedbackResponse |
CodeGuruProfilerClient.submitFeedback(SubmitFeedbackRequest submitFeedbackRequest)
Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
|
default TagResourceResponse |
CodeGuruProfilerClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Use to assign one or more tags to a resource.
|
default TagResourceResponse |
CodeGuruProfilerClient.tagResource(TagResourceRequest tagResourceRequest)
Use to assign one or more tags to a resource.
|
default UntagResourceResponse |
CodeGuruProfilerClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Use to remove one or more tags from a resource.
|
default UntagResourceResponse |
CodeGuruProfilerClient.untagResource(UntagResourceRequest untagResourceRequest)
Use to remove one or more tags from a resource.
|
default UpdateProfilingGroupResponse |
CodeGuruProfilerClient.updateProfilingGroup(Consumer<UpdateProfilingGroupRequest.Builder> updateProfilingGroupRequest)
Updates a profiling group.
|
default UpdateProfilingGroupResponse |
CodeGuruProfilerClient.updateProfilingGroup(UpdateProfilingGroupRequest updateProfilingGroupRequest)
Updates a profiling group.
|
Copyright © 2023. All rights reserved.