| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNetworkSummary |
ServiceNetworkSummary.clone() |
ServiceNetworkSummary |
ServiceNetworkSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the service network.
|
ServiceNetworkSummary |
ServiceNetworkSummary.withCreatedAt(Date createdAt)
The date and time that the service network was created, specified in ISO-8601 format.
|
ServiceNetworkSummary |
ServiceNetworkSummary.withId(String id)
The ID of the service network.
|
ServiceNetworkSummary |
ServiceNetworkSummary.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the service network was last updated, specified in ISO-8601 format.
|
ServiceNetworkSummary |
ServiceNetworkSummary.withName(String name)
The name of the service network.
|
ServiceNetworkSummary |
ServiceNetworkSummary.withNumberOfAssociatedServices(Long numberOfAssociatedServices)
The number of services associated with the service network.
|
ServiceNetworkSummary |
ServiceNetworkSummary.withNumberOfAssociatedVPCs(Long numberOfAssociatedVPCs)
The number of VPCs associated with the service network.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceNetworkSummary> |
ListServiceNetworksResult.getItems()
Information about the service networks.
|
| Modifier and Type | Method and Description |
|---|---|
ListServiceNetworksResult |
ListServiceNetworksResult.withItems(ServiceNetworkSummary... items)
Information about the service networks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListServiceNetworksResult.setItems(Collection<ServiceNetworkSummary> items)
Information about the service networks.
|
ListServiceNetworksResult |
ListServiceNetworksResult.withItems(Collection<ServiceNetworkSummary> items)
Information about the service networks.
|
Copyright © 2023. All rights reserved.