| Package | Description |
|---|---|
| com.amazonaws.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
ProfilingGroupDescription |
ProfilingGroupDescription.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ProfilingGroupDescription |
ProfilingGroupDescription.clearTagsEntries()
Removes all the entries added into Tags.
|
ProfilingGroupDescription |
ProfilingGroupDescription.clone() |
ProfilingGroupDescription |
UpdateProfilingGroupResult.getProfilingGroup()
A
ProfilingGroupDescription that contains information about the returned updated profiling group. |
ProfilingGroupDescription |
CreateProfilingGroupResult.getProfilingGroup()
The returned
ProfilingGroupDescription object that contains information about the created profiling group. |
ProfilingGroupDescription |
DescribeProfilingGroupResult.getProfilingGroup()
The returned
ProfilingGroupDescription object that contains information about the requested profiling group. |
ProfilingGroupDescription |
ProfilingGroupDescription.withAgentOrchestrationConfig(AgentOrchestrationConfig agentOrchestrationConfig)
An
AgentOrchestrationConfig object that indicates if the profiling group is enabled for profiled
or not. |
ProfilingGroupDescription |
ProfilingGroupDescription.withArn(String arn)
The Amazon Resource Name (ARN) identifying the profiling group resource.
|
ProfilingGroupDescription |
ProfilingGroupDescription.withComputePlatform(ComputePlatform computePlatform)
The compute platform of the profiling group.
|
ProfilingGroupDescription |
ProfilingGroupDescription.withComputePlatform(String computePlatform)
The compute platform of the profiling group.
|
ProfilingGroupDescription |
ProfilingGroupDescription.withCreatedAt(Date createdAt)
The time when the profiling group was created.
|
ProfilingGroupDescription |
ProfilingGroupDescription.withName(String name)
The name of the profiling group.
|
ProfilingGroupDescription |
ProfilingGroupDescription.withProfilingStatus(ProfilingStatus profilingStatus)
A
ProfilingStatus object that includes information about the last time a profile agent pinged
back, the last time a profile was received, and the aggregation period and start time for the most recent
aggregated profile. |
ProfilingGroupDescription |
ProfilingGroupDescription.withTags(Map<String,String> tags)
A list of the tags that belong to this profiling group.
|
ProfilingGroupDescription |
ProfilingGroupDescription.withUpdatedAt(Date updatedAt)
The date and time when the profiling group was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProfilingGroupDescription> |
ListProfilingGroupsResult.getProfilingGroups()
A returned list
ProfilingGroupDescription objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateProfilingGroupResult.setProfilingGroup(ProfilingGroupDescription profilingGroup)
A
ProfilingGroupDescription that contains information about the returned updated profiling group. |
void |
CreateProfilingGroupResult.setProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription object that contains information about the created profiling group. |
void |
DescribeProfilingGroupResult.setProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription object that contains information about the requested profiling group. |
UpdateProfilingGroupResult |
UpdateProfilingGroupResult.withProfilingGroup(ProfilingGroupDescription profilingGroup)
A
ProfilingGroupDescription that contains information about the returned updated profiling group. |
CreateProfilingGroupResult |
CreateProfilingGroupResult.withProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription object that contains information about the created profiling group. |
DescribeProfilingGroupResult |
DescribeProfilingGroupResult.withProfilingGroup(ProfilingGroupDescription profilingGroup)
The returned
ProfilingGroupDescription object that contains information about the requested profiling group. |
ListProfilingGroupsResult |
ListProfilingGroupsResult.withProfilingGroups(ProfilingGroupDescription... profilingGroups)
A returned list
ProfilingGroupDescription objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfilingGroupsResult.setProfilingGroups(Collection<ProfilingGroupDescription> profilingGroups)
A returned list
ProfilingGroupDescription objects. |
ListProfilingGroupsResult |
ListProfilingGroupsResult.withProfilingGroups(Collection<ProfilingGroupDescription> profilingGroups)
A returned list
ProfilingGroupDescription objects. |
Copyright © 2023. All rights reserved.