Uses of Class
software.amazon.awssdk.services.cloudformation.model.CreateStackSetRequest
-
Packages that use CreateStackSetRequest Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.transform -
-
Uses of CreateStackSetRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type CreateStackSetRequest Modifier and Type Method Description default CompletableFuture<CreateStackSetResponse>CloudFormationAsyncClient. createStackSet(CreateStackSetRequest createStackSetRequest)Creates a stack set.default CreateStackSetResponseCloudFormationClient. createStackSet(CreateStackSetRequest createStackSetRequest)Creates a stack set. -
Uses of CreateStackSetRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type CreateStackSetRequest Modifier and Type Method Description SdkHttpFullRequestCreateStackSetRequestMarshaller. marshall(CreateStackSetRequest createStackSetRequest)
-