Uses of Class
software.amazon.awssdk.services.lightsail.model.GetContainerLogResponse
-
Packages that use GetContainerLogResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of GetContainerLogResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetContainerLogResponse Modifier and Type Method Description default GetContainerLogResponseLightsailClient. getContainerLog(Consumer<GetContainerLogRequest.Builder> getContainerLogRequest)Returns the log events of a container of your Amazon Lightsail container service.default GetContainerLogResponseLightsailClient. getContainerLog(GetContainerLogRequest getContainerLogRequest)Returns the log events of a container of your Amazon Lightsail container service.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetContainerLogResponse Modifier and Type Method Description default CompletableFuture<GetContainerLogResponse>LightsailAsyncClient. getContainerLog(Consumer<GetContainerLogRequest.Builder> getContainerLogRequest)Returns the log events of a container of your Amazon Lightsail container service.default CompletableFuture<GetContainerLogResponse>LightsailAsyncClient. getContainerLog(GetContainerLogRequest getContainerLogRequest)Returns the log events of a container of your Amazon Lightsail container service.
-