Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackInstanceNotFoundException
Packages that use StackInstanceNotFoundException
-
Uses of StackInstanceNotFoundException in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that throw StackInstanceNotFoundExceptionModifier and TypeMethodDescriptiondefault DescribeStackInstanceResponseCloudFormationClient.describeStackInstance(Consumer<DescribeStackInstanceRequest.Builder> describeStackInstanceRequest) Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and Amazon Web Services Region.default DescribeStackInstanceResponseCloudFormationClient.describeStackInstance(DescribeStackInstanceRequest describeStackInstanceRequest) Returns the stack instance that's associated with the specified StackSet, Amazon Web Services account, and Amazon Web Services Region.CloudFormationClient.listStackInstanceResourceDrifts(Consumer<ListStackInstanceResourceDriftsRequest.Builder> listStackInstanceResourceDriftsRequest) Returns drift information for resources in a stack instance.CloudFormationClient.listStackInstanceResourceDrifts(ListStackInstanceResourceDriftsRequest listStackInstanceResourceDriftsRequest) Returns drift information for resources in a stack instance.default UpdateStackInstancesResponseCloudFormationClient.updateStackInstances(Consumer<UpdateStackInstancesRequest.Builder> updateStackInstancesRequest) Updates the parameter values for stack instances for the specified accounts, within the specified Amazon Web Services Regions.default UpdateStackInstancesResponseCloudFormationClient.updateStackInstances(UpdateStackInstancesRequest updateStackInstancesRequest) Updates the parameter values for stack instances for the specified accounts, within the specified Amazon Web Services Regions.default UpdateStackSetResponseCloudFormationClient.updateStackSet(Consumer<UpdateStackSetRequest.Builder> updateStackSetRequest) Updates the StackSet and associated stack instances in the specified accounts and Amazon Web Services Regions.default UpdateStackSetResponseCloudFormationClient.updateStackSet(UpdateStackSetRequest updateStackSetRequest) Updates the StackSet and associated stack instances in the specified accounts and Amazon Web Services Regions.