| 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 |
|---|---|
GetAccessLogSubscriptionResult |
AmazonVPCLatticeClient.getAccessLogSubscription(GetAccessLogSubscriptionRequest request)
Retrieves information about the specified access log subscription.
|
GetAccessLogSubscriptionResult |
AbstractAmazonVPCLattice.getAccessLogSubscription(GetAccessLogSubscriptionRequest request) |
GetAccessLogSubscriptionResult |
AmazonVPCLattice.getAccessLogSubscription(GetAccessLogSubscriptionRequest getAccessLogSubscriptionRequest)
Retrieves information about the specified access log subscription.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAccessLogSubscriptionResult> |
AbstractAmazonVPCLatticeAsync.getAccessLogSubscriptionAsync(GetAccessLogSubscriptionRequest request,
AsyncHandler<GetAccessLogSubscriptionRequest,GetAccessLogSubscriptionResult> asyncHandler) |
Future<GetAccessLogSubscriptionResult> |
AmazonVPCLatticeAsyncClient.getAccessLogSubscriptionAsync(GetAccessLogSubscriptionRequest request,
AsyncHandler<GetAccessLogSubscriptionRequest,GetAccessLogSubscriptionResult> asyncHandler) |
Future<GetAccessLogSubscriptionResult> |
AmazonVPCLatticeAsync.getAccessLogSubscriptionAsync(GetAccessLogSubscriptionRequest getAccessLogSubscriptionRequest,
AsyncHandler<GetAccessLogSubscriptionRequest,GetAccessLogSubscriptionResult> asyncHandler)
Retrieves information about the specified access log subscription.
|
| Modifier and Type | Method and Description |
|---|---|
GetAccessLogSubscriptionResult |
GetAccessLogSubscriptionResult.clone() |
GetAccessLogSubscriptionResult |
GetAccessLogSubscriptionResult.withArn(String arn)
The Amazon Resource Name (ARN) of the access log subscription.
|
GetAccessLogSubscriptionResult |
GetAccessLogSubscriptionResult.withCreatedAt(Date createdAt)
The date and time that the access log subscription was created, specified in ISO-8601 format.
|
GetAccessLogSubscriptionResult |
GetAccessLogSubscriptionResult.withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the access log destination.
|
GetAccessLogSubscriptionResult |
GetAccessLogSubscriptionResult.withId(String id)
The ID of the access log subscription.
|
GetAccessLogSubscriptionResult |
GetAccessLogSubscriptionResult.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
|
GetAccessLogSubscriptionResult |
GetAccessLogSubscriptionResult.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the service network or service.
|
GetAccessLogSubscriptionResult |
GetAccessLogSubscriptionResult.withResourceId(String resourceId)
The ID of the service network or service.
|
Copyright © 2023. All rights reserved.