Uses of Class
software.amazon.awssdk.services.lightsail.model.GetCloudFormationStackRecordsResponse
-
Packages that use GetCloudFormationStackRecordsResponse 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 GetCloudFormationStackRecordsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetCloudFormationStackRecordsResponse Modifier and Type Method Description default GetCloudFormationStackRecordsResponseLightsailClient. getCloudFormationStackRecords()Returns the CloudFormation stack record created as a result of thecreate cloud formation stackoperation.default GetCloudFormationStackRecordsResponseLightsailClient. getCloudFormationStackRecords(Consumer<GetCloudFormationStackRecordsRequest.Builder> getCloudFormationStackRecordsRequest)Returns the CloudFormation stack record created as a result of thecreate cloud formation stackoperation.default GetCloudFormationStackRecordsResponseLightsailClient. getCloudFormationStackRecords(GetCloudFormationStackRecordsRequest getCloudFormationStackRecordsRequest)Returns the CloudFormation stack record created as a result of thecreate cloud formation stackoperation.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetCloudFormationStackRecordsResponse Modifier and Type Method Description default CompletableFuture<GetCloudFormationStackRecordsResponse>LightsailAsyncClient. getCloudFormationStackRecords()Returns the CloudFormation stack record created as a result of thecreate cloud formation stackoperation.default CompletableFuture<GetCloudFormationStackRecordsResponse>LightsailAsyncClient. getCloudFormationStackRecords(Consumer<GetCloudFormationStackRecordsRequest.Builder> getCloudFormationStackRecordsRequest)Returns the CloudFormation stack record created as a result of thecreate cloud formation stackoperation.default CompletableFuture<GetCloudFormationStackRecordsResponse>LightsailAsyncClient. getCloudFormationStackRecords(GetCloudFormationStackRecordsRequest getCloudFormationStackRecordsRequest)Returns the CloudFormation stack record created as a result of thecreate cloud formation stackoperation.
-