@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.
|
GetPolicyResult |
getPolicy(GetPolicyRequest request)
Gets the profiling group policy.
|
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)
|
PutPermissionResult |
putPermission(PutPermissionRequest request)
Provides permission to the principals.
|
RemovePermissionResult |
removePermission(RemovePermissionRequest request)
Removes statement for the provided action group from the policy.
|
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)
AmazonCodeGuruProfilerconfigureAgent in interface AmazonCodeGuruProfilerrequest - The structure representing the configureAgentRequest.public CreateProfilingGroupResult createProfilingGroup(CreateProfilingGroupRequest request)
AmazonCodeGuruProfilerCreates a profiling group.
createProfilingGroup in interface AmazonCodeGuruProfilerrequest - The structure representing the createProfiliingGroupRequest.public DeleteProfilingGroupResult deleteProfilingGroup(DeleteProfilingGroupRequest request)
AmazonCodeGuruProfilerDeletes a profiling group.
deleteProfilingGroup in interface AmazonCodeGuruProfilerrequest - The structure representing the deleteProfilingGroupRequest.public DescribeProfilingGroupResult describeProfilingGroup(DescribeProfilingGroupRequest request)
AmazonCodeGuruProfilerDescribes a profiling group.
describeProfilingGroup in interface AmazonCodeGuruProfilerrequest - The structure representing the describeProfilingGroupRequest.public GetPolicyResult getPolicy(GetPolicyRequest request)
AmazonCodeGuruProfilerGets the profiling group policy.
getPolicy in interface AmazonCodeGuruProfilerrequest - The structure representing the getPolicyRequest.public GetProfileResult getProfile(GetProfileRequest request)
AmazonCodeGuruProfilerGets 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 AmazonCodeGuruProfilerrequest - The structure representing the getProfileRequest.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 - The structure representing the listProfileTimesRequest.public ListProfilingGroupsResult listProfilingGroups(ListProfilingGroupsRequest request)
AmazonCodeGuruProfilerLists profiling groups.
listProfilingGroups in interface AmazonCodeGuruProfilerrequest - The structure representing the listProfilingGroupsRequest.public PostAgentProfileResult postAgentProfile(PostAgentProfileRequest request)
AmazonCodeGuruProfilerpostAgentProfile in interface AmazonCodeGuruProfilerrequest - The structure representing the postAgentProfileRequest.public PutPermissionResult putPermission(PutPermissionRequest request)
AmazonCodeGuruProfilerProvides permission to the principals. This overwrites the existing permissions, and is not additive.
putPermission in interface AmazonCodeGuruProfilerrequest - The structure representing the putPermissionRequest.public RemovePermissionResult removePermission(RemovePermissionRequest request)
AmazonCodeGuruProfilerRemoves statement for the provided action group from the policy.
removePermission in interface AmazonCodeGuruProfilerrequest - The structure representing the removePermissionRequest.public UpdateProfilingGroupResult updateProfilingGroup(UpdateProfilingGroupRequest request)
AmazonCodeGuruProfilerUpdates a profiling group.
updateProfilingGroup in interface AmazonCodeGuruProfilerrequest - The structure representing the updateProfilingGroupRequest.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.