Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.MetadataField
-
Packages that use MetadataField Package Description software.amazon.awssdk.services.codeguruprofiler.model -
-
Uses of MetadataField in software.amazon.awssdk.services.codeguruprofiler.model
Methods in software.amazon.awssdk.services.codeguruprofiler.model that return MetadataField Modifier and Type Method Description static MetadataFieldMetadataField. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MetadataFieldMetadataField. 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.Methods in software.amazon.awssdk.services.codeguruprofiler.model that return types with arguments of type MetadataField Modifier and Type Method Description static Set<MetadataField>MetadataField. knownValues()Map<MetadataField,String>ConfigureAgentRequest. metadata()Metadata captured about the compute platform the agent is running on.Method parameters in software.amazon.awssdk.services.codeguruprofiler.model with type arguments of type MetadataField Modifier and Type Method Description ConfigureAgentRequest.BuilderConfigureAgentRequest.Builder. metadata(Map<MetadataField,String> metadata)Metadata captured about the compute platform the agent is running on.
-