| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkChange |
CoreNetworkChange.clone() |
CoreNetworkChange |
CoreNetworkChange.withAction(ChangeAction action)
The action to take for a core network.
|
CoreNetworkChange |
CoreNetworkChange.withAction(String action)
The action to take for a core network.
|
CoreNetworkChange |
CoreNetworkChange.withIdentifier(String identifier)
The resource identifier.
|
CoreNetworkChange |
CoreNetworkChange.withIdentifierPath(String identifierPath)
Uniquely identifies the path for a change within the changeset.
|
CoreNetworkChange |
CoreNetworkChange.withNewValues(CoreNetworkChangeValues newValues)
The new value for a core network
|
CoreNetworkChange |
CoreNetworkChange.withPreviousValues(CoreNetworkChangeValues previousValues)
The previous values for a core network.
|
CoreNetworkChange |
CoreNetworkChange.withType(ChangeType type)
The type of change.
|
CoreNetworkChange |
CoreNetworkChange.withType(String type)
The type of change.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoreNetworkChange> |
GetCoreNetworkChangeSetResult.getCoreNetworkChanges()
Describes a core network changes.
|
| Modifier and Type | Method and Description |
|---|---|
GetCoreNetworkChangeSetResult |
GetCoreNetworkChangeSetResult.withCoreNetworkChanges(CoreNetworkChange... coreNetworkChanges)
Describes a core network changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCoreNetworkChangeSetResult.setCoreNetworkChanges(Collection<CoreNetworkChange> coreNetworkChanges)
Describes a core network changes.
|
GetCoreNetworkChangeSetResult |
GetCoreNetworkChangeSetResult.withCoreNetworkChanges(Collection<CoreNetworkChange> coreNetworkChanges)
Describes a core network changes.
|
Copyright © 2024. All rights reserved.