@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonCodeGuruProfilerClient extends AmazonWebServiceClient implements AmazonCodeGuruProfiler
Example service documentation.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
static AmazonCodeGuruProfilerClientBuilder |
builder() |
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.
|
UpdateProfilingGroupResult |
updateProfilingGroup(UpdateProfilingGroupRequest request)
Update a profiling group.
|
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
shutdown
public static AmazonCodeGuruProfilerClientBuilder builder()
public ConfigureAgentResult configureAgent(ConfigureAgentRequest request)
Provides the configuration to use for an agent of the profiling group.
configureAgent
in interface AmazonCodeGuruProfiler
configureAgentRequest
- Request for ConfigureAgent operation.InternalServerException
- Unexpected error during processing of request.ValidationException
- The input fails to satisfy the constraints of the API.ThrottlingException
- Request was denied due to request throttling.ResourceNotFoundException
- Request references a resource which does not exist.public CreateProfilingGroupResult createProfilingGroup(CreateProfilingGroupRequest request)
Create a profiling group.
createProfilingGroup
in interface AmazonCodeGuruProfiler
createProfilingGroupRequest
- Request for CreateProfilingGroup operation.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.InternalServerException
- Unexpected error during processing of request.ConflictException
- Request can can cause an inconsistent state for the resource.ValidationException
- The input fails to satisfy the constraints of the API.ThrottlingException
- Request was denied due to request throttling.public DeleteProfilingGroupResult deleteProfilingGroup(DeleteProfilingGroupRequest request)
Delete a profiling group.
deleteProfilingGroup
in interface AmazonCodeGuruProfiler
deleteProfilingGroupRequest
- Request for DeleteProfilingGroup operation.InternalServerException
- Unexpected error during processing of request.ValidationException
- The input fails to satisfy the constraints of the API.ThrottlingException
- Request was denied due to request throttling.ResourceNotFoundException
- Request references a resource which does not exist.public DescribeProfilingGroupResult describeProfilingGroup(DescribeProfilingGroupRequest request)
Describe a profiling group.
describeProfilingGroup
in interface AmazonCodeGuruProfiler
describeProfilingGroupRequest
- Request for DescribeProfilingGroup operation.InternalServerException
- Unexpected error during processing of request.ValidationException
- The input fails to satisfy the constraints of the API.ThrottlingException
- Request was denied due to request throttling.ResourceNotFoundException
- Request references a resource which does not exist.public GetProfileResult getProfile(GetProfileRequest request)
Get 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 AmazonCodeGuruProfiler
getProfileRequest
- Request for GetProfile operation.InternalServerException
- Unexpected error during processing of request.ValidationException
- The input fails to satisfy the constraints of the API.ThrottlingException
- Request was denied due to request throttling.ResourceNotFoundException
- Request references a resource which does not exist.public 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.
listProfileTimes
in interface AmazonCodeGuruProfiler
listProfileTimesRequest
- Request for ListProfileTimes operation.InternalServerException
- Unexpected error during processing of request.ValidationException
- The input fails to satisfy the constraints of the API.ThrottlingException
- Request was denied due to request throttling.ResourceNotFoundException
- Request references a resource which does not exist.public ListProfilingGroupsResult listProfilingGroups(ListProfilingGroupsRequest request)
List profiling groups in the account.
listProfilingGroups
in interface AmazonCodeGuruProfiler
listProfilingGroupsRequest
- Request for ListProfilingGroups operation.InternalServerException
- Unexpected error during processing of request.ThrottlingException
- Request was denied due to request throttling.public PostAgentProfileResult postAgentProfile(PostAgentProfileRequest request)
Submit profile collected by an agent belonging to a profiling group for aggregation.
postAgentProfile
in interface AmazonCodeGuruProfiler
postAgentProfileRequest
- Request for PostAgentProfile operation.InternalServerException
- Unexpected error during processing of request.ValidationException
- The input fails to satisfy the constraints of the API.ThrottlingException
- Request was denied due to request throttling.ResourceNotFoundException
- Request references a resource which does not exist.public UpdateProfilingGroupResult updateProfilingGroup(UpdateProfilingGroupRequest request)
Update a profiling group.
updateProfilingGroup
in interface AmazonCodeGuruProfiler
updateProfilingGroupRequest
- Request for UpdateProfilingGroup operation.InternalServerException
- Unexpected error during processing of request.ConflictException
- Request can can cause an inconsistent state for the resource.ValidationException
- The input fails to satisfy the constraints of the API.ThrottlingException
- Request was denied due to request throttling.ResourceNotFoundException
- Request references a resource which does not exist.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
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 the request.
getCachedResponseMetadata
in interface AmazonCodeGuruProfiler
request
- The originally executed requestCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.