| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkSummary |
CoreNetworkSummary.clone() |
CoreNetworkSummary |
CoreNetworkSummary.withCoreNetworkArn(String coreNetworkArn)
a core network ARN.
|
CoreNetworkSummary |
CoreNetworkSummary.withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
CoreNetworkSummary |
CoreNetworkSummary.withDescription(String description)
The description of a core network.
|
CoreNetworkSummary |
CoreNetworkSummary.withGlobalNetworkId(String globalNetworkId)
The global network ID.
|
CoreNetworkSummary |
CoreNetworkSummary.withOwnerAccountId(String ownerAccountId)
The ID of the account owner.
|
CoreNetworkSummary |
CoreNetworkSummary.withState(CoreNetworkState state)
The state of a core network.
|
CoreNetworkSummary |
CoreNetworkSummary.withState(String state)
The state of a core network.
|
CoreNetworkSummary |
CoreNetworkSummary.withTags(Collection<Tag> tags)
The key-value tags associated with a core network summary.
|
CoreNetworkSummary |
CoreNetworkSummary.withTags(Tag... tags)
The key-value tags associated with a core network summary.
|
| Modifier and Type | Method and Description |
|---|---|
List<CoreNetworkSummary> |
ListCoreNetworksResult.getCoreNetworks()
Describes the list of core networks.
|
| Modifier and Type | Method and Description |
|---|---|
ListCoreNetworksResult |
ListCoreNetworksResult.withCoreNetworks(CoreNetworkSummary... coreNetworks)
Describes the list of core networks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListCoreNetworksResult.setCoreNetworks(Collection<CoreNetworkSummary> coreNetworks)
Describes the list of core networks.
|
ListCoreNetworksResult |
ListCoreNetworksResult.withCoreNetworks(Collection<CoreNetworkSummary> coreNetworks)
Describes the list of core networks.
|
Copyright © 2025. All rights reserved.