| Package | Description |
|---|---|
| software.amazon.awssdk.services.codeguruprofiler.model |
| Modifier and Type | Method and Description |
|---|---|
static MetadataField |
MetadataField.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static MetadataField |
MetadataField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataField[] |
MetadataField.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<MetadataField> |
MetadataField.knownValues()
|
Map<MetadataField,String> |
ConfigureAgentRequest.metadata()
Metadata captured about the compute platform the agent is running on.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigureAgentRequest.Builder |
ConfigureAgentRequest.Builder.metadata(Map<MetadataField,String> metadata)
Metadata captured about the compute platform the agent is running on.
|
Copyright © 2023. All rights reserved.