Uses of Interface
software.amazon.awssdk.services.vpclattice.model.ListAccessLogSubscriptionsResponse.Builder
-
Packages that use ListAccessLogSubscriptionsResponse.Builder Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of ListAccessLogSubscriptionsResponse.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return ListAccessLogSubscriptionsResponse.Builder Modifier and Type Method Description static ListAccessLogSubscriptionsResponse.BuilderListAccessLogSubscriptionsResponse. builder()ListAccessLogSubscriptionsResponse.BuilderListAccessLogSubscriptionsResponse.Builder. items(Collection<AccessLogSubscriptionSummary> items)The access log subscriptions.ListAccessLogSubscriptionsResponse.BuilderListAccessLogSubscriptionsResponse.Builder. items(Consumer<AccessLogSubscriptionSummary.Builder>... items)The access log subscriptions.ListAccessLogSubscriptionsResponse.BuilderListAccessLogSubscriptionsResponse.Builder. items(AccessLogSubscriptionSummary... items)The access log subscriptions.ListAccessLogSubscriptionsResponse.BuilderListAccessLogSubscriptionsResponse.Builder. nextToken(String nextToken)A pagination token for the next page of results.ListAccessLogSubscriptionsResponse.BuilderListAccessLogSubscriptionsResponse. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ListAccessLogSubscriptionsResponse.Builder Modifier and Type Method Description static Class<? extends ListAccessLogSubscriptionsResponse.Builder>ListAccessLogSubscriptionsResponse. serializableBuilderClass()
-