Uses of Class
software.amazon.awssdk.services.devopsguru.model.UpdateResourceCollectionAction
-
Packages that use UpdateResourceCollectionAction Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of UpdateResourceCollectionAction in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return UpdateResourceCollectionAction Modifier and Type Method Description UpdateResourceCollectionActionUpdateResourceCollectionRequest. action()Specifies if the resource collection in the request is added or deleted to the resource collection.static UpdateResourceCollectionActionUpdateResourceCollectionAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UpdateResourceCollectionActionUpdateResourceCollectionAction. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateResourceCollectionAction[]UpdateResourceCollectionAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type UpdateResourceCollectionAction Modifier and Type Method Description static Set<UpdateResourceCollectionAction>UpdateResourceCollectionAction. knownValues()Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type UpdateResourceCollectionAction Modifier and Type Method Description UpdateResourceCollectionRequest.BuilderUpdateResourceCollectionRequest.Builder. action(UpdateResourceCollectionAction action)Specifies if the resource collection in the request is added or deleted to the resource collection.
-