Uses of Interface
software.amazon.awssdk.services.lightsail.model.GetContainerLogRequest.Builder
-
Packages that use GetContainerLogRequest.Builder 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.software.amazon.awssdk.services.lightsail.model -
-
Uses of GetContainerLogRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type GetContainerLogRequest.Builder 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 GetContainerLogResponseLightsailClient. getContainerLog(Consumer<GetContainerLogRequest.Builder> getContainerLogRequest)Returns the log events of a container of your Amazon Lightsail container service. -
Uses of GetContainerLogRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return GetContainerLogRequest.Builder Modifier and Type Method Description static GetContainerLogRequest.BuilderGetContainerLogRequest. builder()GetContainerLogRequest.BuilderGetContainerLogRequest.Builder. containerName(String containerName)The name of the container that is either running or previously ran on the container service for which to return a log.GetContainerLogRequest.BuilderGetContainerLogRequest.Builder. endTime(Instant endTime)The end of the time interval for which to get log data.GetContainerLogRequest.BuilderGetContainerLogRequest.Builder. filterPattern(String filterPattern)The pattern to use to filter the returned log events to a specific term.GetContainerLogRequest.BuilderGetContainerLogRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContainerLogRequest.BuilderGetContainerLogRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetContainerLogRequest.BuilderGetContainerLogRequest.Builder. pageToken(String pageToken)The token to advance to the next page of results from your request.GetContainerLogRequest.BuilderGetContainerLogRequest.Builder. serviceName(String serviceName)The name of the container service for which to get a container log.GetContainerLogRequest.BuilderGetContainerLogRequest.Builder. startTime(Instant startTime)The start of the time interval for which to get log data.GetContainerLogRequest.BuilderGetContainerLogRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type GetContainerLogRequest.Builder Modifier and Type Method Description static Class<? extends GetContainerLogRequest.Builder>GetContainerLogRequest. serializableBuilderClass()
-