Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceToImport
-
Packages that use ResourceToImport Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ResourceToImport in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceToImport Modifier and Type Method Description List<ResourceToImport>CreateChangeSetRequest. resourcesToImport()The resources to import into your stack.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceToImport Modifier and Type Method Description CreateChangeSetRequest.BuilderCreateChangeSetRequest.Builder. resourcesToImport(ResourceToImport... resourcesToImport)The resources to import into your stack.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceToImport Modifier and Type Method Description CreateChangeSetRequest.BuilderCreateChangeSetRequest.Builder. resourcesToImport(Collection<ResourceToImport> resourcesToImport)The resources to import into your stack.
-