Uses of Class
software.amazon.awssdk.services.cloudformation.model.ResourceIdentifierSummary
Packages that use ResourceIdentifierSummary
-
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 ResourceIdentifierSummaryModifier and TypeMethodDescriptionfinal 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 ResourceIdentifierSummaryModifier and TypeMethodDescriptionGetTemplateSummaryResponse.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 ResourceIdentifierSummaryModifier and TypeMethodDescriptionGetTemplateSummaryResponse.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.