@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonCodeGuruProfilerAsync extends AbstractAmazonCodeGuruProfiler implements AmazonCodeGuruProfilerAsync
AmazonCodeGuruProfilerAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIXconfigureAgent, createProfilingGroup, deleteProfilingGroup, describeProfilingGroup, getCachedResponseMetadata, getPolicy, getProfile, listProfileTimes, listProfilingGroups, postAgentProfile, putPermission, removePermission, shutdown, updateProfilingGroupequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureAgent, createProfilingGroup, deleteProfilingGroup, describeProfilingGroup, getCachedResponseMetadata, getPolicy, getProfile, listProfileTimes, listProfilingGroups, postAgentProfile, putPermission, removePermission, shutdown, updateProfilingGrouppublic Future<ConfigureAgentResult> configureAgentAsync(ConfigureAgentRequest request)
AmazonCodeGuruProfilerAsyncconfigureAgentAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the configureAgentRequest.public Future<ConfigureAgentResult> configureAgentAsync(ConfigureAgentRequest request, AsyncHandler<ConfigureAgentRequest,ConfigureAgentResult> asyncHandler)
AmazonCodeGuruProfilerAsyncconfigureAgentAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the configureAgentRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateProfilingGroupResult> createProfilingGroupAsync(CreateProfilingGroupRequest request)
AmazonCodeGuruProfilerAsyncCreates a profiling group.
createProfilingGroupAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the createProfiliingGroupRequest.public Future<CreateProfilingGroupResult> createProfilingGroupAsync(CreateProfilingGroupRequest request, AsyncHandler<CreateProfilingGroupRequest,CreateProfilingGroupResult> asyncHandler)
AmazonCodeGuruProfilerAsyncCreates a profiling group.
createProfilingGroupAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the createProfiliingGroupRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteProfilingGroupResult> deleteProfilingGroupAsync(DeleteProfilingGroupRequest request)
AmazonCodeGuruProfilerAsyncDeletes a profiling group.
deleteProfilingGroupAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the deleteProfilingGroupRequest.public Future<DeleteProfilingGroupResult> deleteProfilingGroupAsync(DeleteProfilingGroupRequest request, AsyncHandler<DeleteProfilingGroupRequest,DeleteProfilingGroupResult> asyncHandler)
AmazonCodeGuruProfilerAsyncDeletes a profiling group.
deleteProfilingGroupAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the deleteProfilingGroupRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeProfilingGroupResult> describeProfilingGroupAsync(DescribeProfilingGroupRequest request)
AmazonCodeGuruProfilerAsyncDescribes a profiling group.
describeProfilingGroupAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the describeProfilingGroupRequest.public Future<DescribeProfilingGroupResult> describeProfilingGroupAsync(DescribeProfilingGroupRequest request, AsyncHandler<DescribeProfilingGroupRequest,DescribeProfilingGroupResult> asyncHandler)
AmazonCodeGuruProfilerAsyncDescribes a profiling group.
describeProfilingGroupAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the describeProfilingGroupRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetPolicyResult> getPolicyAsync(GetPolicyRequest request)
AmazonCodeGuruProfilerAsyncGets the profiling group policy.
getPolicyAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the getPolicyRequest.public Future<GetPolicyResult> getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
AmazonCodeGuruProfilerAsyncGets the profiling group policy.
getPolicyAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the getPolicyRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetProfileResult> getProfileAsync(GetProfileRequest request)
AmazonCodeGuruProfilerAsyncGets 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.
getProfileAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the getProfileRequest.public Future<GetProfileResult> getProfileAsync(GetProfileRequest request, AsyncHandler<GetProfileRequest,GetProfileResult> asyncHandler)
AmazonCodeGuruProfilerAsyncGets 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.
getProfileAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the getProfileRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProfileTimesResult> listProfileTimesAsync(ListProfileTimesRequest request)
AmazonCodeGuruProfilerAsyncList the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
listProfileTimesAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the listProfileTimesRequest.public Future<ListProfileTimesResult> listProfileTimesAsync(ListProfileTimesRequest request, AsyncHandler<ListProfileTimesRequest,ListProfileTimesResult> asyncHandler)
AmazonCodeGuruProfilerAsyncList the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
listProfileTimesAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the listProfileTimesRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListProfilingGroupsResult> listProfilingGroupsAsync(ListProfilingGroupsRequest request)
AmazonCodeGuruProfilerAsyncLists profiling groups.
listProfilingGroupsAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the listProfilingGroupsRequest.public Future<ListProfilingGroupsResult> listProfilingGroupsAsync(ListProfilingGroupsRequest request, AsyncHandler<ListProfilingGroupsRequest,ListProfilingGroupsResult> asyncHandler)
AmazonCodeGuruProfilerAsyncLists profiling groups.
listProfilingGroupsAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the listProfilingGroupsRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PostAgentProfileResult> postAgentProfileAsync(PostAgentProfileRequest request)
AmazonCodeGuruProfilerAsyncpostAgentProfileAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the postAgentProfileRequest.public Future<PostAgentProfileResult> postAgentProfileAsync(PostAgentProfileRequest request, AsyncHandler<PostAgentProfileRequest,PostAgentProfileResult> asyncHandler)
AmazonCodeGuruProfilerAsyncpostAgentProfileAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the postAgentProfileRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutPermissionResult> putPermissionAsync(PutPermissionRequest request)
AmazonCodeGuruProfilerAsyncProvides permission to the principals. This overwrites the existing permissions, and is not additive.
putPermissionAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the putPermissionRequest.public Future<PutPermissionResult> putPermissionAsync(PutPermissionRequest request, AsyncHandler<PutPermissionRequest,PutPermissionResult> asyncHandler)
AmazonCodeGuruProfilerAsyncProvides permission to the principals. This overwrites the existing permissions, and is not additive.
putPermissionAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the putPermissionRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RemovePermissionResult> removePermissionAsync(RemovePermissionRequest request)
AmazonCodeGuruProfilerAsyncRemoves statement for the provided action group from the policy.
removePermissionAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the removePermissionRequest.public Future<RemovePermissionResult> removePermissionAsync(RemovePermissionRequest request, AsyncHandler<RemovePermissionRequest,RemovePermissionResult> asyncHandler)
AmazonCodeGuruProfilerAsyncRemoves statement for the provided action group from the policy.
removePermissionAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the removePermissionRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateProfilingGroupResult> updateProfilingGroupAsync(UpdateProfilingGroupRequest request)
AmazonCodeGuruProfilerAsyncUpdates a profiling group.
updateProfilingGroupAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the updateProfilingGroupRequest.public Future<UpdateProfilingGroupResult> updateProfilingGroupAsync(UpdateProfilingGroupRequest request, AsyncHandler<UpdateProfilingGroupRequest,UpdateProfilingGroupResult> asyncHandler)
AmazonCodeGuruProfilerAsyncUpdates a profiling group.
updateProfilingGroupAsync in interface AmazonCodeGuruProfilerAsyncrequest - The structure representing the updateProfilingGroupRequest.asyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.