Uses of Class
software.amazon.awssdk.services.cloudformation.model.ScannedResourceIdentifier
-
Packages that use ScannedResourceIdentifier Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of ScannedResourceIdentifier in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ScannedResourceIdentifier Modifier and Type Method Description List<ScannedResourceIdentifier>ListResourceScanRelatedResourcesRequest. resources()The list of resources for which you want to get the related resources.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ScannedResourceIdentifier Modifier and Type Method Description ListResourceScanRelatedResourcesRequest.BuilderListResourceScanRelatedResourcesRequest.Builder. resources(ScannedResourceIdentifier... resources)The list of resources for which you want to get the related resources.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ScannedResourceIdentifier Modifier and Type Method Description ListResourceScanRelatedResourcesRequest.BuilderListResourceScanRelatedResourcesRequest.Builder. resources(Collection<ScannedResourceIdentifier> resources)The list of resources for which you want to get the related resources.
-