| 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 |
|---|---|
Future<UpdateServiceResult> |
AbstractAmazonVPCLatticeAsync.updateServiceAsync(UpdateServiceRequest request,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler) |
Future<UpdateServiceResult> |
AmazonVPCLatticeAsync.updateServiceAsync(UpdateServiceRequest updateServiceRequest,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler)
Updates the specified service.
|
Future<UpdateServiceResult> |
AmazonVPCLatticeAsyncClient.updateServiceAsync(UpdateServiceRequest request,
AsyncHandler<UpdateServiceRequest,UpdateServiceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateServiceRequest |
UpdateServiceRequest.clone() |
UpdateServiceRequest |
UpdateServiceRequest.withAuthType(AuthType authType)
The type of IAM policy.
|
UpdateServiceRequest |
UpdateServiceRequest.withAuthType(String authType)
The type of IAM policy.
|
UpdateServiceRequest |
UpdateServiceRequest.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
UpdateServiceRequest |
UpdateServiceRequest.withServiceIdentifier(String serviceIdentifier)
The ID or Amazon Resource Name (ARN) of the service.
|
Copyright © 2023. All rights reserved.