Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateInstancesResponse
-
Packages that use CreateInstancesResponse 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. -
-
Uses of CreateInstancesResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateInstancesResponse Modifier and Type Method Description default CreateInstancesResponseLightsailClient. createInstances(Consumer<CreateInstancesRequest.Builder> createInstancesRequest)Creates one or more Amazon Lightsail instances.default CreateInstancesResponseLightsailClient. createInstances(CreateInstancesRequest createInstancesRequest)Creates one or more Amazon Lightsail instances.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateInstancesResponse Modifier and Type Method Description default CompletableFuture<CreateInstancesResponse>LightsailAsyncClient. createInstances(Consumer<CreateInstancesRequest.Builder> createInstancesRequest)Creates one or more Amazon Lightsail instances.default CompletableFuture<CreateInstancesResponse>LightsailAsyncClient. createInstances(CreateInstancesRequest createInstancesRequest)Creates one or more Amazon Lightsail instances.
-