| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceCollectionAction |
UpdateResourceCollectionRequest.action()
Specifies if the resource collection in the request is added or deleted to the resource collection.
|
static UpdateResourceCollectionAction |
UpdateResourceCollectionAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static UpdateResourceCollectionAction |
UpdateResourceCollectionAction.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<UpdateResourceCollectionAction> |
UpdateResourceCollectionAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceCollectionRequest.Builder |
UpdateResourceCollectionRequest.Builder.action(UpdateResourceCollectionAction action)
Specifies if the resource collection in the request is added or deleted to the resource collection.
|
Copyright © 2023. All rights reserved.