Uses of Class
com.amazonaws.services.cloudformation.model.CreateStackResult
-
Packages that use CreateStackResult Package Description com.amazonaws.services.cloudformation com.amazonaws.services.cloudformation.model -
-
Uses of CreateStackResult in com.amazonaws.services.cloudformation
Methods in com.amazonaws.services.cloudformation that return CreateStackResult Modifier and Type Method Description CreateStackResultAbstractAmazonCloudFormation. createStack(CreateStackRequest request)CreateStackResultAmazonCloudFormation. createStack(CreateStackRequest createStackRequest)Creates a stack as specified in the template.CreateStackResultAmazonCloudFormationClient. createStack(CreateStackRequest createStackRequest)Creates a stack as specified in the template.Method parameters in com.amazonaws.services.cloudformation with type arguments of type CreateStackResult Modifier and Type Method Description Future<CreateStackResult>AbstractAmazonCloudFormationAsync. createStackAsync(CreateStackRequest request, AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)Future<CreateStackResult>AmazonCloudFormationAsync. createStackAsync(CreateStackRequest createStackRequest, AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)Creates a stack as specified in the template.Future<CreateStackResult>AmazonCloudFormationAsyncClient. createStackAsync(CreateStackRequest request, AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler) -
Uses of CreateStackResult in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return CreateStackResult Modifier and Type Method Description CreateStackResultCreateStackResult. clone()CreateStackResultCreateStackResult. withStackId(String stackId)Unique identifier of the stack.
-