@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonCodeGuruProfiler extends Object implements AmazonCodeGuruProfiler
AmazonCodeGuruProfiler
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
ConfigureAgentResult |
configureAgent(ConfigureAgentRequest request)
Provides the configuration to use for an agent of the profiling group.
|
CreateProfilingGroupResult |
createProfilingGroup(CreateProfilingGroupRequest request)
Create a profiling group.
|
DeleteProfilingGroupResult |
deleteProfilingGroup(DeleteProfilingGroupRequest request)
Delete a profiling group.
|
DescribeProfilingGroupResult |
describeProfilingGroup(DescribeProfilingGroupRequest request)
Describe a profiling group.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetProfileResult |
getProfile(GetProfileRequest request)
Get the aggregated profile of a profiling group for the specified time range.
|
ListProfileTimesResult |
listProfileTimes(ListProfileTimesRequest request)
List the start times of the available aggregated profiles of a profiling group for an aggregation period within
the specified time range.
|
ListProfilingGroupsResult |
listProfilingGroups(ListProfilingGroupsRequest request)
List profiling groups in the account.
|
PostAgentProfileResult |
postAgentProfile(PostAgentProfileRequest request)
Submit profile collected by an agent belonging to a profiling group for aggregation.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateProfilingGroupResult |
updateProfilingGroup(UpdateProfilingGroupRequest request)
Update a profiling group.
|
public ConfigureAgentResult configureAgent(ConfigureAgentRequest request)
AmazonCodeGuruProfiler
Provides the configuration to use for an agent of the profiling group.
configureAgent
in interface AmazonCodeGuruProfiler
request
- Request for ConfigureAgent operation.public CreateProfilingGroupResult createProfilingGroup(CreateProfilingGroupRequest request)
AmazonCodeGuruProfiler
Create a profiling group.
createProfilingGroup
in interface AmazonCodeGuruProfiler
request
- Request for CreateProfilingGroup operation.public DeleteProfilingGroupResult deleteProfilingGroup(DeleteProfilingGroupRequest request)
AmazonCodeGuruProfiler
Delete a profiling group.
deleteProfilingGroup
in interface AmazonCodeGuruProfiler
request
- Request for DeleteProfilingGroup operation.public DescribeProfilingGroupResult describeProfilingGroup(DescribeProfilingGroupRequest request)
AmazonCodeGuruProfiler
Describe a profiling group.
describeProfilingGroup
in interface AmazonCodeGuruProfiler
request
- Request for DescribeProfilingGroup operation.public GetProfileResult getProfile(GetProfileRequest request)
AmazonCodeGuruProfiler
Get the aggregated profile of a profiling group for the specified time range. If the requested time range does not align with the available aggregated profiles, it will be expanded to attain alignment. If aggregated profiles are available only for part of the period requested, the profile is returned from the earliest available to the latest within the requested time range. For instance, if the requested time range is from 00:00 to 00:20 and the available profiles are from 00:15 to 00:25, then the returned profile will be from 00:15 to 00:20.
getProfile
in interface AmazonCodeGuruProfiler
request
- Request for GetProfile operation.public ListProfileTimesResult listProfileTimes(ListProfileTimesRequest request)
AmazonCodeGuruProfiler
List the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
listProfileTimes
in interface AmazonCodeGuruProfiler
request
- Request for ListProfileTimes operation.public ListProfilingGroupsResult listProfilingGroups(ListProfilingGroupsRequest request)
AmazonCodeGuruProfiler
List profiling groups in the account.
listProfilingGroups
in interface AmazonCodeGuruProfiler
request
- Request for ListProfilingGroups operation.public PostAgentProfileResult postAgentProfile(PostAgentProfileRequest request)
AmazonCodeGuruProfiler
Submit profile collected by an agent belonging to a profiling group for aggregation.
postAgentProfile
in interface AmazonCodeGuruProfiler
request
- Request for PostAgentProfile operation.public UpdateProfilingGroupResult updateProfilingGroup(UpdateProfilingGroupRequest request)
AmazonCodeGuruProfiler
Update a profiling group.
updateProfilingGroup
in interface AmazonCodeGuruProfiler
request
- Request for UpdateProfilingGroup operation.public void shutdown()
AmazonCodeGuruProfiler
shutdown
in interface AmazonCodeGuruProfiler
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonCodeGuruProfiler
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AmazonCodeGuruProfiler
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.