Uses of Class
software.amazon.awssdk.services.cloudformation.model.ScannedResourceIdentifier
Packages that use ScannedResourceIdentifier
-
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 ScannedResourceIdentifierModifier and TypeMethodDescriptionfinal 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 ScannedResourceIdentifierModifier and TypeMethodDescriptionListResourceScanRelatedResourcesRequest.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 ScannedResourceIdentifierModifier and TypeMethodDescriptionListResourceScanRelatedResourcesRequest.Builder.resources(Collection<ScannedResourceIdentifier> resources) The list of resources for which you want to get the related resources.