Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceToImport
Packages that use ResourceToImport
-
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 ResourceToImportModifier and TypeMethodDescriptionfinal List<ResourceToImport>CreateChangeSetRequest.resourcesToImport()The resources to import into your stack.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceToImportModifier and TypeMethodDescriptionCreateChangeSetRequest.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 ResourceToImportModifier and TypeMethodDescriptionCreateChangeSetRequest.Builder.resourcesToImport(Collection<ResourceToImport> resourcesToImport) The resources to import into your stack.