| 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<CreateServiceResult> |
AbstractAmazonVPCLatticeAsync.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
Future<CreateServiceResult> |
AmazonVPCLatticeAsync.createServiceAsync(CreateServiceRequest createServiceRequest,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler)
Creates a service.
|
Future<CreateServiceResult> |
AmazonVPCLatticeAsyncClient.createServiceAsync(CreateServiceRequest request,
AsyncHandler<CreateServiceRequest,CreateServiceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateServiceRequest |
CreateServiceRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateServiceRequest |
CreateServiceRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateServiceRequest |
CreateServiceRequest.clone() |
CreateServiceRequest |
CreateServiceRequest.withAuthType(AuthType authType)
The type of IAM policy.
|
CreateServiceRequest |
CreateServiceRequest.withAuthType(String authType)
The type of IAM policy.
|
CreateServiceRequest |
CreateServiceRequest.withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
CreateServiceRequest |
CreateServiceRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateServiceRequest |
CreateServiceRequest.withCustomDomainName(String customDomainName)
The custom domain name of the service.
|
CreateServiceRequest |
CreateServiceRequest.withName(String name)
The name of the service.
|
CreateServiceRequest |
CreateServiceRequest.withTags(Map<String,String> tags)
The tags for the service.
|
Copyright © 2023. All rights reserved.