@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)
AmazonCodeGuruProfilerProvides the configuration to use for an agent of the profiling group.
configureAgent in interface AmazonCodeGuruProfilerrequest - Request for ConfigureAgent operation.public CreateProfilingGroupResult createProfilingGroup(CreateProfilingGroupRequest request)
AmazonCodeGuruProfilerCreate a profiling group.
createProfilingGroup in interface AmazonCodeGuruProfilerrequest - Request for CreateProfilingGroup operation.public DeleteProfilingGroupResult deleteProfilingGroup(DeleteProfilingGroupRequest request)
AmazonCodeGuruProfilerDelete a profiling group.
deleteProfilingGroup in interface AmazonCodeGuruProfilerrequest - Request for DeleteProfilingGroup operation.public DescribeProfilingGroupResult describeProfilingGroup(DescribeProfilingGroupRequest request)
AmazonCodeGuruProfilerDescribe a profiling group.
describeProfilingGroup in interface AmazonCodeGuruProfilerrequest - Request for DescribeProfilingGroup operation.public GetProfileResult getProfile(GetProfileRequest request)
AmazonCodeGuruProfilerGet 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 AmazonCodeGuruProfilerrequest - Request for GetProfile operation.public ListProfileTimesResult listProfileTimes(ListProfileTimesRequest request)
AmazonCodeGuruProfilerList the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
listProfileTimes in interface AmazonCodeGuruProfilerrequest - Request for ListProfileTimes operation.public ListProfilingGroupsResult listProfilingGroups(ListProfilingGroupsRequest request)
AmazonCodeGuruProfilerList profiling groups in the account.
listProfilingGroups in interface AmazonCodeGuruProfilerrequest - Request for ListProfilingGroups operation.public PostAgentProfileResult postAgentProfile(PostAgentProfileRequest request)
AmazonCodeGuruProfilerSubmit profile collected by an agent belonging to a profiling group for aggregation.
postAgentProfile in interface AmazonCodeGuruProfilerrequest - Request for PostAgentProfile operation.public UpdateProfilingGroupResult updateProfilingGroup(UpdateProfilingGroupRequest request)
AmazonCodeGuruProfilerUpdate a profiling group.
updateProfilingGroup in interface AmazonCodeGuruProfilerrequest - Request for UpdateProfilingGroup operation.public void shutdown()
AmazonCodeGuruProfilershutdown in interface AmazonCodeGuruProfilerpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonCodeGuruProfilerResponse 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 AmazonCodeGuruProfilerrequest - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.