| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice |
Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, and monitor all
of your services across multiple accounts and virtual private clouds (VPCs).
|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
GetServiceNetworkResult |
AmazonVPCLatticeClient.getServiceNetwork(GetServiceNetworkRequest request)
Retrieves information about the specified service network.
|
GetServiceNetworkResult |
AbstractAmazonVPCLattice.getServiceNetwork(GetServiceNetworkRequest request) |
GetServiceNetworkResult |
AmazonVPCLattice.getServiceNetwork(GetServiceNetworkRequest getServiceNetworkRequest)
Retrieves information about the specified service network.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetServiceNetworkResult> |
AbstractAmazonVPCLatticeAsync.getServiceNetworkAsync(GetServiceNetworkRequest request,
AsyncHandler<GetServiceNetworkRequest,GetServiceNetworkResult> asyncHandler) |
Future<GetServiceNetworkResult> |
AmazonVPCLatticeAsyncClient.getServiceNetworkAsync(GetServiceNetworkRequest request,
AsyncHandler<GetServiceNetworkRequest,GetServiceNetworkResult> asyncHandler) |
Future<GetServiceNetworkResult> |
AmazonVPCLatticeAsync.getServiceNetworkAsync(GetServiceNetworkRequest getServiceNetworkRequest,
AsyncHandler<GetServiceNetworkRequest,GetServiceNetworkResult> asyncHandler)
Retrieves information about the specified service network.
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceNetworkResult |
GetServiceNetworkResult.clone() |
GetServiceNetworkResult |
GetServiceNetworkResult.withArn(String arn)
The Amazon Resource Name (ARN) of the service network.
|
GetServiceNetworkResult |
GetServiceNetworkResult.withAuthType(AuthType authType)
The type of IAM policy.
|
GetServiceNetworkResult |
GetServiceNetworkResult.withAuthType(String authType)
The type of IAM policy.
|
GetServiceNetworkResult |
GetServiceNetworkResult.withCreatedAt(Date createdAt)
The date and time that the service network was created, specified in ISO-8601 format.
|
GetServiceNetworkResult |
GetServiceNetworkResult.withId(String id)
The ID of the service network.
|
GetServiceNetworkResult |
GetServiceNetworkResult.withLastUpdatedAt(Date lastUpdatedAt)
The date and time of the last update, specified in ISO-8601 format.
|
GetServiceNetworkResult |
GetServiceNetworkResult.withName(String name)
The name of the service network.
|
GetServiceNetworkResult |
GetServiceNetworkResult.withNumberOfAssociatedServices(Long numberOfAssociatedServices)
The number of services associated with the service network.
|
GetServiceNetworkResult |
GetServiceNetworkResult.withNumberOfAssociatedVPCs(Long numberOfAssociatedVPCs)
The number of VPCs associated with the service network.
|
Copyright © 2023. All rights reserved.