| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
AccessLogSubscriptionSummary |
AccessLogSubscriptionSummary.clone() |
AccessLogSubscriptionSummary |
AccessLogSubscriptionSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the access log subscription
|
AccessLogSubscriptionSummary |
AccessLogSubscriptionSummary.withCreatedAt(Date createdAt)
The date and time that the access log subscription was created, specified in ISO-8601 format.
|
AccessLogSubscriptionSummary |
AccessLogSubscriptionSummary.withDestinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination.
|
AccessLogSubscriptionSummary |
AccessLogSubscriptionSummary.withId(String id)
The ID of the access log subscription.
|
AccessLogSubscriptionSummary |
AccessLogSubscriptionSummary.withLastUpdatedAt(Date lastUpdatedAt)
The date and time that the access log subscription was last updated, specified in ISO-8601 format.
|
AccessLogSubscriptionSummary |
AccessLogSubscriptionSummary.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the service or service network.
|
AccessLogSubscriptionSummary |
AccessLogSubscriptionSummary.withResourceId(String resourceId)
The ID of the service or service network.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccessLogSubscriptionSummary> |
ListAccessLogSubscriptionsResult.getItems()
The access log subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccessLogSubscriptionsResult |
ListAccessLogSubscriptionsResult.withItems(AccessLogSubscriptionSummary... items)
The access log subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAccessLogSubscriptionsResult.setItems(Collection<AccessLogSubscriptionSummary> items)
The access log subscriptions.
|
ListAccessLogSubscriptionsResult |
ListAccessLogSubscriptionsResult.withItems(Collection<AccessLogSubscriptionSummary> items)
The access log subscriptions.
|
Copyright © 2023. All rights reserved.