@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonCodeGuruProfilerAsyncClient extends AmazonCodeGuruProfilerClient implements AmazonCodeGuruProfilerAsync
AsyncHandler can be used to receive
 notification when an asynchronous operation completes.
 
This section provides documentation for the Amazon CodeGuru Profiler API operations.
LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIXbuilder, configureAgent, createProfilingGroup, deleteProfilingGroup, describeProfilingGroup, getCachedResponseMetadata, getProfile, listProfileTimes, listProfilingGroups, postAgentProfile, updateProfilingGroupaddRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigureAgent, createProfilingGroup, deleteProfilingGroup, describeProfilingGroup, getCachedResponseMetadata, getProfile, listProfileTimes, listProfilingGroups, postAgentProfile, updateProfilingGrouppublic static AmazonCodeGuruProfilerAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public 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<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<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.public void shutdown()
getExecutorService().shutdown() followed by getExecutorService().awaitTermination() prior to
 calling this method.shutdown in interface AmazonCodeGuruProfilershutdown in class AmazonWebServiceClientCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.