| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceStateDetail |
ContainerServiceStateDetail.clone() |
ContainerServiceStateDetail |
ContainerService.getStateDetail()
An object that describes the current state of the container service.
|
ContainerServiceStateDetail |
ContainerServiceStateDetail.withCode(ContainerServiceStateDetailCode code)
The state code of the container service.
|
ContainerServiceStateDetail |
ContainerServiceStateDetail.withCode(String code)
The state code of the container service.
|
ContainerServiceStateDetail |
ContainerServiceStateDetail.withMessage(String message)
A message that provides more information for the state code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerService.setStateDetail(ContainerServiceStateDetail stateDetail)
An object that describes the current state of the container service.
|
ContainerService |
ContainerService.withStateDetail(ContainerServiceStateDetail stateDetail)
An object that describes the current state of the container service.
|
Copyright © 2022. All rights reserved.