Uses of Class
software.amazon.awssdk.services.lightsail.model.ContainerService
-
Packages that use ContainerService Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of ContainerService in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return ContainerService Modifier and Type Method Description ContainerServiceCreateContainerServiceDeploymentResponse. containerService()An object that describes a container service.ContainerServiceCreateContainerServiceResponse. containerService()An object that describes a container service.ContainerServiceUpdateContainerServiceResponse. containerService()An object that describes a container service.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type ContainerService Modifier and Type Method Description List<ContainerService>GetContainerServicesResponse. containerServices()An array of objects that describe one or more container services.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type ContainerService Modifier and Type Method Description CreateContainerServiceDeploymentResponse.BuilderCreateContainerServiceDeploymentResponse.Builder. containerService(ContainerService containerService)An object that describes a container service.CreateContainerServiceResponse.BuilderCreateContainerServiceResponse.Builder. containerService(ContainerService containerService)An object that describes a container service.UpdateContainerServiceResponse.BuilderUpdateContainerServiceResponse.Builder. containerService(ContainerService containerService)An object that describes a container service.GetContainerServicesResponse.BuilderGetContainerServicesResponse.Builder. containerServices(ContainerService... containerServices)An array of objects that describe one or more container services.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type ContainerService Modifier and Type Method Description GetContainerServicesResponse.BuilderGetContainerServicesResponse.Builder. containerServices(Collection<ContainerService> containerServices)An array of objects that describe one or more container services.
-