Uses of Class
software.amazon.awssdk.services.opsworks.model.StackAttributesKeys
-
Packages that use StackAttributesKeys Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of StackAttributesKeys in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return StackAttributesKeys Modifier and Type Method Description static StackAttributesKeysStackAttributesKeys. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StackAttributesKeysStackAttributesKeys. valueOf(String name)Returns the enum constant of this type with the specified name.static StackAttributesKeys[]StackAttributesKeys. 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 StackAttributesKeys Modifier and Type Method Description Map<StackAttributesKeys,String>CloneStackRequest. attributes()A list of stack attributes and values as key/value pairs to be added to the cloned stack.Map<StackAttributesKeys,String>CreateStackRequest. attributes()One or more user-defined key-value pairs to be added to the stack attributes.Map<StackAttributesKeys,String>Stack. attributes()The stack's attributes.Map<StackAttributesKeys,String>UpdateStackRequest. attributes()One or more user-defined key-value pairs to be added to the stack attributes.static Set<StackAttributesKeys>StackAttributesKeys. knownValues()Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type StackAttributesKeys Modifier and Type Method Description CloneStackRequest.BuilderCloneStackRequest.Builder. attributes(Map<StackAttributesKeys,String> attributes)A list of stack attributes and values as key/value pairs to be added to the cloned stack.CreateStackRequest.BuilderCreateStackRequest.Builder. attributes(Map<StackAttributesKeys,String> attributes)One or more user-defined key-value pairs to be added to the stack attributes.Stack.BuilderStack.Builder. attributes(Map<StackAttributesKeys,String> attributes)The stack's attributes.UpdateStackRequest.BuilderUpdateStackRequest.Builder. attributes(Map<StackAttributesKeys,String> attributes)One or more user-defined key-value pairs to be added to the stack attributes.
-