| Package | Description |
|---|---|
| com.amazonaws.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkResource |
NetworkResource.addMetadataEntry(String key,
String value)
Add a single Metadata entry
|
NetworkResource |
NetworkResource.clearMetadataEntries()
Removes all the entries added into Metadata.
|
NetworkResource |
NetworkResource.clone() |
NetworkResource |
NetworkResource.withAccountId(String accountId)
The Amazon Web Services account ID.
|
NetworkResource |
NetworkResource.withAwsRegion(String awsRegion)
The Amazon Web Services Region.
|
NetworkResource |
NetworkResource.withCoreNetworkId(String coreNetworkId)
The ID of a core network.
|
NetworkResource |
NetworkResource.withDefinition(String definition)
Information about the resource, in JSON format.
|
NetworkResource |
NetworkResource.withDefinitionTimestamp(Date definitionTimestamp)
The time that the resource definition was retrieved.
|
NetworkResource |
NetworkResource.withMetadata(Map<String,String> metadata)
The resource metadata.
|
NetworkResource |
NetworkResource.withRegisteredGatewayArn(String registeredGatewayArn)
The ARN of the gateway.
|
NetworkResource |
NetworkResource.withResourceArn(String resourceArn)
The ARN of the resource.
|
NetworkResource |
NetworkResource.withResourceId(String resourceId)
The ID of the resource.
|
NetworkResource |
NetworkResource.withResourceType(String resourceType)
The resource type.
|
NetworkResource |
NetworkResource.withTags(Collection<Tag> tags)
The tags.
|
NetworkResource |
NetworkResource.withTags(Tag... tags)
The tags.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkResource> |
GetNetworkResourcesResult.getNetworkResources()
The network resources.
|
| Modifier and Type | Method and Description |
|---|---|
GetNetworkResourcesResult |
GetNetworkResourcesResult.withNetworkResources(NetworkResource... networkResources)
The network resources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetNetworkResourcesResult.setNetworkResources(Collection<NetworkResource> networkResources)
The network resources.
|
GetNetworkResourcesResult |
GetNetworkResourcesResult.withNetworkResources(Collection<NetworkResource> networkResources)
The network resources.
|
Copyright © 2025. All rights reserved.