Uses of Interface
software.amazon.awssdk.services.lightsail.model.GetContainerServicePowersRequest.Builder
-
Packages that use GetContainerServicePowersRequest.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 GetContainerServicePowersRequest.Builder in software.amazon.awssdk.services.lightsail
Method parameters in software.amazon.awssdk.services.lightsail with type arguments of type GetContainerServicePowersRequest.Builder Modifier and Type Method Description default CompletableFuture<GetContainerServicePowersResponse>LightsailAsyncClient. getContainerServicePowers(Consumer<GetContainerServicePowersRequest.Builder> getContainerServicePowersRequest)Returns the list of powers that can be specified for your Amazon Lightsail container services.default GetContainerServicePowersResponseLightsailClient. getContainerServicePowers(Consumer<GetContainerServicePowersRequest.Builder> getContainerServicePowersRequest)Returns the list of powers that can be specified for your Amazon Lightsail container services. -
Uses of GetContainerServicePowersRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return GetContainerServicePowersRequest.Builder Modifier and Type Method Description static GetContainerServicePowersRequest.BuilderGetContainerServicePowersRequest. builder()GetContainerServicePowersRequest.BuilderGetContainerServicePowersRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetContainerServicePowersRequest.BuilderGetContainerServicePowersRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetContainerServicePowersRequest.BuilderGetContainerServicePowersRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type GetContainerServicePowersRequest.Builder Modifier and Type Method Description static Class<? extends GetContainerServicePowersRequest.Builder>GetContainerServicePowersRequest. serializableBuilderClass()
-