Uses of Class
software.amazon.awssdk.services.notifications.model.Resource
-
Packages that use Resource Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of Resource in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>SourceEventMetadata. relatedResources()A list of resources related to thisNotificationEvent.Methods in software.amazon.awssdk.services.notifications.model with parameters of type Resource Modifier and Type Method Description SourceEventMetadata.BuilderSourceEventMetadata.Builder. relatedResources(Resource... relatedResources)A list of resources related to thisNotificationEvent.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type Resource Modifier and Type Method Description SourceEventMetadata.BuilderSourceEventMetadata.Builder. relatedResources(Collection<Resource> relatedResources)A list of resources related to thisNotificationEvent.
-