Uses of Class
software.amazon.awssdk.services.vpclattice.model.GetAccessLogSubscriptionResponse
-
Packages that use GetAccessLogSubscriptionResponse Package Description software.amazon.awssdk.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). -
-
Uses of GetAccessLogSubscriptionResponse in software.amazon.awssdk.services.vpclattice
Methods in software.amazon.awssdk.services.vpclattice that return GetAccessLogSubscriptionResponse Modifier and Type Method Description default GetAccessLogSubscriptionResponseVpcLatticeClient. getAccessLogSubscription(Consumer<GetAccessLogSubscriptionRequest.Builder> getAccessLogSubscriptionRequest)Retrieves information about the specified access log subscription.default GetAccessLogSubscriptionResponseVpcLatticeClient. getAccessLogSubscription(GetAccessLogSubscriptionRequest getAccessLogSubscriptionRequest)Retrieves information about the specified access log subscription.Methods in software.amazon.awssdk.services.vpclattice that return types with arguments of type GetAccessLogSubscriptionResponse Modifier and Type Method Description default CompletableFuture<GetAccessLogSubscriptionResponse>VpcLatticeAsyncClient. getAccessLogSubscription(Consumer<GetAccessLogSubscriptionRequest.Builder> getAccessLogSubscriptionRequest)Retrieves information about the specified access log subscription.default CompletableFuture<GetAccessLogSubscriptionResponse>VpcLatticeAsyncClient. getAccessLogSubscription(GetAccessLogSubscriptionRequest getAccessLogSubscriptionRequest)Retrieves information about the specified access log subscription.
-