Uses of Class
software.amazon.awssdk.services.lightsail.model.CreateCloudFormationStackResponse
-
Packages that use CreateCloudFormationStackResponse 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 CreateCloudFormationStackResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return CreateCloudFormationStackResponse Modifier and Type Method Description default CreateCloudFormationStackResponseLightsailClient. createCloudFormationStack(Consumer<CreateCloudFormationStackRequest.Builder> createCloudFormationStackRequest)Creates an AWS CloudFormation stack, which creates a new Amazon EC2 instance from an exported Amazon Lightsail snapshot.default CreateCloudFormationStackResponseLightsailClient. createCloudFormationStack(CreateCloudFormationStackRequest createCloudFormationStackRequest)Creates an AWS CloudFormation stack, which creates a new Amazon EC2 instance from an exported Amazon Lightsail snapshot.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type CreateCloudFormationStackResponse Modifier and Type Method Description default CompletableFuture<CreateCloudFormationStackResponse>LightsailAsyncClient. createCloudFormationStack(Consumer<CreateCloudFormationStackRequest.Builder> createCloudFormationStackRequest)Creates an AWS CloudFormation stack, which creates a new Amazon EC2 instance from an exported Amazon Lightsail snapshot.default CompletableFuture<CreateCloudFormationStackResponse>LightsailAsyncClient. createCloudFormationStack(CreateCloudFormationStackRequest createCloudFormationStackRequest)Creates an AWS CloudFormation stack, which creates a new Amazon EC2 instance from an exported Amazon Lightsail snapshot.
-