Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceIdentifierSummary
-
Packages that use ResourceIdentifierSummary Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ResourceIdentifierSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ResourceIdentifierSummary Modifier and Type Method Description List<ResourceIdentifierSummary>GetTemplateSummaryResponse. resourceIdentifierSummaries()A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ResourceIdentifierSummary Modifier and Type Method Description GetTemplateSummaryResponse.BuilderGetTemplateSummaryResponse.Builder. resourceIdentifierSummaries(ResourceIdentifierSummary... resourceIdentifierSummaries)A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ResourceIdentifierSummary Modifier and Type Method Description GetTemplateSummaryResponse.BuilderGetTemplateSummaryResponse.Builder. resourceIdentifierSummaries(Collection<ResourceIdentifierSummary> resourceIdentifierSummaries)A list of resource identifier summaries that describe the target resources of an import operation and the properties you can provide during the import to identify the target resources.
-