Uses of Interface
software.amazon.awssdk.services.lightsail.model.GetContainerServicePowersResponse.Builder
-
Packages that use GetContainerServicePowersResponse.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of GetContainerServicePowersResponse.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return GetContainerServicePowersResponse.Builder Modifier and Type Method Description static GetContainerServicePowersResponse.BuilderGetContainerServicePowersResponse. builder()GetContainerServicePowersResponse.BuilderGetContainerServicePowersResponse.Builder. powers(Collection<ContainerServicePower> powers)An array of objects that describe the powers that can be specified for a container service.GetContainerServicePowersResponse.BuilderGetContainerServicePowersResponse.Builder. powers(Consumer<ContainerServicePower.Builder>... powers)An array of objects that describe the powers that can be specified for a container service.GetContainerServicePowersResponse.BuilderGetContainerServicePowersResponse.Builder. powers(ContainerServicePower... powers)An array of objects that describe the powers that can be specified for a container service.GetContainerServicePowersResponse.BuilderGetContainerServicePowersResponse. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type GetContainerServicePowersResponse.Builder Modifier and Type Method Description static Class<? extends GetContainerServicePowersResponse.Builder>GetContainerServicePowersResponse. serializableBuilderClass()
-