| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler |
This section provides documentation for the Amazon CodeGuru Profiler API operations.
|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
GetPolicyResult |
AmazonCodeGuruProfilerClient.getPolicy(GetPolicyRequest request)
Returns the JSON-formatted resource-based policy on a profiling group.
|
GetPolicyResult |
AmazonCodeGuruProfiler.getPolicy(GetPolicyRequest getPolicyRequest)
Returns the JSON-formatted resource-based policy on a profiling group.
|
GetPolicyResult |
AbstractAmazonCodeGuruProfiler.getPolicy(GetPolicyRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPolicyResult> |
AmazonCodeGuruProfilerAsyncClient.getPolicyAsync(GetPolicyRequest request) |
Future<GetPolicyResult> |
AmazonCodeGuruProfilerAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest)
Returns the JSON-formatted resource-based policy on a profiling group.
|
Future<GetPolicyResult> |
AbstractAmazonCodeGuruProfilerAsync.getPolicyAsync(GetPolicyRequest request) |
Future<GetPolicyResult> |
AmazonCodeGuruProfilerAsyncClient.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AmazonCodeGuruProfilerAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the JSON-formatted resource-based policy on a profiling group.
|
Future<GetPolicyResult> |
AbstractAmazonCodeGuruProfilerAsync.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetPolicyResult> |
AmazonCodeGuruProfilerAsyncClient.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
Future<GetPolicyResult> |
AmazonCodeGuruProfilerAsync.getPolicyAsync(GetPolicyRequest getPolicyRequest,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)
Returns the JSON-formatted resource-based policy on a profiling group.
|
Future<GetPolicyResult> |
AbstractAmazonCodeGuruProfilerAsync.getPolicyAsync(GetPolicyRequest request,
AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetPolicyResult |
GetPolicyResult.clone() |
GetPolicyResult |
GetPolicyResult.withPolicy(String policy)
The JSON-formatted resource-based policy attached to the
ProfilingGroup. |
GetPolicyResult |
GetPolicyResult.withRevisionId(String revisionId)
A unique identifier for the current revision of the returned policy.
|
Copyright © 2024. All rights reserved.