Uses of Class
software.amazon.awssdk.services.cloudformation.model.CreateStackRefactorRequest
-
Packages that use CreateStackRefactorRequest Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.transform -
-
Uses of CreateStackRefactorRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type CreateStackRefactorRequest Modifier and Type Method Description default CompletableFuture<CreateStackRefactorResponse>CloudFormationAsyncClient. createStackRefactor(CreateStackRefactorRequest createStackRefactorRequest)Creates a refactor across multiple stacks, with the list of stacks and resources that are affected.default CreateStackRefactorResponseCloudFormationClient. createStackRefactor(CreateStackRefactorRequest createStackRefactorRequest)Creates a refactor across multiple stacks, with the list of stacks and resources that are affected. -
Uses of CreateStackRefactorRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type CreateStackRefactorRequest Modifier and Type Method Description SdkHttpFullRequestCreateStackRefactorRequestMarshaller. marshall(CreateStackRefactorRequest createStackRefactorRequest)
-