| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
ComputePlatform |
ProfilingGroupDescription.computePlatform()
The compute platform of the profiling group.
|
ComputePlatform |
CreateProfilingGroupRequest.computePlatform()
The compute platform of the profiling group.
|
static ComputePlatform |
ComputePlatform.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ComputePlatform |
ComputePlatform.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComputePlatform[] |
ComputePlatform.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ComputePlatform> |
ComputePlatform.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProfilingGroupDescription.Builder |
ProfilingGroupDescription.Builder.computePlatform(ComputePlatform computePlatform)
The compute platform of the profiling group.
|
CreateProfilingGroupRequest.Builder |
CreateProfilingGroupRequest.Builder.computePlatform(ComputePlatform computePlatform)
The compute platform of the profiling group.
|
Copyright © 2023. All rights reserved.