Uses of Class
software.amazon.awssdk.services.opsworks.model.LayerAttributesKeys
-
Packages that use LayerAttributesKeys Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of LayerAttributesKeys in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return LayerAttributesKeys Modifier and Type Method Description static LayerAttributesKeysLayerAttributesKeys. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static LayerAttributesKeysLayerAttributesKeys. valueOf(String name)Returns the enum constant of this type with the specified name.static LayerAttributesKeys[]LayerAttributesKeys. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type LayerAttributesKeys Modifier and Type Method Description Map<LayerAttributesKeys,String>CreateLayerRequest. attributes()One or more user-defined key-value pairs to be added to the stack attributes.Map<LayerAttributesKeys,String>Layer. attributes()The layer attributes.Map<LayerAttributesKeys,String>UpdateLayerRequest. attributes()One or more user-defined key/value pairs to be added to the stack attributes.static Set<LayerAttributesKeys>LayerAttributesKeys. knownValues()Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type LayerAttributesKeys Modifier and Type Method Description CreateLayerRequest.BuilderCreateLayerRequest.Builder. attributes(Map<LayerAttributesKeys,String> attributes)One or more user-defined key-value pairs to be added to the stack attributes.Layer.BuilderLayer.Builder. attributes(Map<LayerAttributesKeys,String> attributes)The layer attributes.UpdateLayerRequest.BuilderUpdateLayerRequest.Builder. attributes(Map<LayerAttributesKeys,String> attributes)One or more user-defined key/value pairs to be added to the stack attributes.
-