| 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 |
|---|---|
UpdateServiceNetworkResult |
AbstractAmazonVPCLattice.updateServiceNetwork(UpdateServiceNetworkRequest request) |
UpdateServiceNetworkResult |
AmazonVPCLatticeClient.updateServiceNetwork(UpdateServiceNetworkRequest request)
Updates the specified service network.
|
UpdateServiceNetworkResult |
AmazonVPCLattice.updateServiceNetwork(UpdateServiceNetworkRequest updateServiceNetworkRequest)
Updates the specified service network.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateServiceNetworkResult> |
AbstractAmazonVPCLatticeAsync.updateServiceNetworkAsync(UpdateServiceNetworkRequest request,
AsyncHandler<UpdateServiceNetworkRequest,UpdateServiceNetworkResult> asyncHandler) |
Future<UpdateServiceNetworkResult> |
AmazonVPCLatticeAsync.updateServiceNetworkAsync(UpdateServiceNetworkRequest updateServiceNetworkRequest,
AsyncHandler<UpdateServiceNetworkRequest,UpdateServiceNetworkResult> asyncHandler)
Updates the specified service network.
|
Future<UpdateServiceNetworkResult> |
AmazonVPCLatticeAsyncClient.updateServiceNetworkAsync(UpdateServiceNetworkRequest request,
AsyncHandler<UpdateServiceNetworkRequest,UpdateServiceNetworkResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceNetworkResult |
UpdateServiceNetworkResult.clone() |
UpdateServiceNetworkResult |
UpdateServiceNetworkResult.withArn(String arn)
The Amazon Resource Name (ARN) of the service network.
|
UpdateServiceNetworkResult |
UpdateServiceNetworkResult.withAuthType(AuthType authType)
The type of IAM policy.
|
UpdateServiceNetworkResult |
UpdateServiceNetworkResult.withAuthType(String authType)
The type of IAM policy.
|
UpdateServiceNetworkResult |
UpdateServiceNetworkResult.withId(String id)
The ID of the service network.
|
UpdateServiceNetworkResult |
UpdateServiceNetworkResult.withName(String name)
The name of the service network.
|
Copyright © 2023. All rights reserved.