@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)
|
CreateProfilingGroupResult |
createProfilingGroup(CreateProfilingGroupRequest request)
Creates a profiling group.
|
DeleteProfilingGroupResult |
deleteProfilingGroup(DeleteProfilingGroupRequest request)
Deletes a profiling group.
|
DescribeProfilingGroupResult |
describeProfilingGroup(DescribeProfilingGroupRequest request)
Describes 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)
Gets 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)
Lists profiling groups.
|
PostAgentProfileResult |
postAgentProfile(PostAgentProfileRequest request)
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateProfilingGroupResult |
updateProfilingGroup(UpdateProfilingGroupRequest request)
Updates a profiling group.
|
public ConfigureAgentResult configureAgent(ConfigureAgentRequest request)
AmazonCodeGuruProfiler
configureAgent
in interface AmazonCodeGuruProfiler
request
- The structure representing the configureAgentRequest.public CreateProfilingGroupResult createProfilingGroup(CreateProfilingGroupRequest request)
AmazonCodeGuruProfiler
Creates a profiling group.
createProfilingGroup
in interface AmazonCodeGuruProfiler
request
- The structure representing the createProfiliingGroupRequest.public DeleteProfilingGroupResult deleteProfilingGroup(DeleteProfilingGroupRequest request)
AmazonCodeGuruProfiler
Deletes a profiling group.
deleteProfilingGroup
in interface AmazonCodeGuruProfiler
request
- The structure representing the deleteProfilingGroupRequest.public DescribeProfilingGroupResult describeProfilingGroup(DescribeProfilingGroupRequest request)
AmazonCodeGuruProfiler
Describes a profiling group.
describeProfilingGroup
in interface AmazonCodeGuruProfiler
request
- The structure representing the describeProfilingGroupRequest.public GetProfileResult getProfile(GetProfileRequest request)
AmazonCodeGuruProfiler
Gets 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 is 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 example, if the requested time range is from 00:00 to 00:20 and the available profiles are from 00:15 to 00:25, the returned profile will be from 00:15 to 00:20.
You must specify exactly two of the following parameters: startTime
, period
, and
endTime
.
getProfile
in interface AmazonCodeGuruProfiler
request
- The structure representing the getProfileRequest.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
- The structure representing the listProfileTimesRequest.public ListProfilingGroupsResult listProfilingGroups(ListProfilingGroupsRequest request)
AmazonCodeGuruProfiler
Lists profiling groups.
listProfilingGroups
in interface AmazonCodeGuruProfiler
request
- The structure representing the listProfilingGroupsRequest.public PostAgentProfileResult postAgentProfile(PostAgentProfileRequest request)
AmazonCodeGuruProfiler
postAgentProfile
in interface AmazonCodeGuruProfiler
request
- The structure representing the postAgentProfileRequest.public UpdateProfilingGroupResult updateProfilingGroup(UpdateProfilingGroupRequest request)
AmazonCodeGuruProfiler
Updates a profiling group.
updateProfilingGroup
in interface AmazonCodeGuruProfiler
request
- The structure representing the updateProfilingGroupRequest.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.