| Package | Description |
|---|---|
| com.amazonaws.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
Change |
Change.clone() |
Change |
Change.withChangeName(String changeName)
Optional name for the change.
|
Change |
Change.withChangeType(String changeType)
Change types are single string values that describe your intention for the change.
|
Change |
Change.withDetails(String details)
This object contains details specific to the change type of the requested change.
|
Change |
Change.withEntity(Entity entity)
The entity to be changed.
|
| Modifier and Type | Method and Description |
|---|---|
List<Change> |
StartChangeSetRequest.getChangeSet()
Array of
change object. |
| Modifier and Type | Method and Description |
|---|---|
StartChangeSetRequest |
StartChangeSetRequest.withChangeSet(Change... changeSet)
Array of
change object. |
| Modifier and Type | Method and Description |
|---|---|
void |
StartChangeSetRequest.setChangeSet(Collection<Change> changeSet)
Array of
change object. |
StartChangeSetRequest |
StartChangeSetRequest.withChangeSet(Collection<Change> changeSet)
Array of
change object. |
Copyright © 2021. All rights reserved.